From 540dd2b410b422bc18e58483f56189f1c5efa08b Mon Sep 17 00:00:00 2001 From: Jonathan Wong Date: Tue, 14 Mar 2023 15:14:04 -0700 Subject: [PATCH 1/2] Fix typo --- topics/scylla_specific/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/scylla_specific/README.md b/topics/scylla_specific/README.md index 6b1850b3c..00c6d385d 100644 --- a/topics/scylla_specific/README.md +++ b/topics/scylla_specific/README.md @@ -9,7 +9,7 @@ The following features are specific to Scylla Drivers and are not found in a non ## Shard-Awareness -Scylla is built around the concept o a *sharded architecture*. What it means for +Scylla is built around the concept of a *sharded architecture*. What it means for clients is that each piece of data is bound to specific CPU(s) on specific node(s). The ability of the driver to query specific shard (CPU) is called "shard-awareness". From ecfd4fdf4987e9de7cee09ba4ba88ec10f3406d5 Mon Sep 17 00:00:00 2001 From: Yaniv Kaul Date: Wed, 15 Mar 2023 11:21:49 +0200 Subject: [PATCH 2/2] Update topics/scylla_specific/README.md --- topics/scylla_specific/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/scylla_specific/README.md b/topics/scylla_specific/README.md index 00c6d385d..47b583b18 100644 --- a/topics/scylla_specific/README.md +++ b/topics/scylla_specific/README.md @@ -9,7 +9,7 @@ The following features are specific to Scylla Drivers and are not found in a non ## Shard-Awareness -Scylla is built around the concept of a *sharded architecture*. What it means for +ScyllaDB is built around the concept of a *sharded architecture*. What it means for clients is that each piece of data is bound to specific CPU(s) on specific node(s). The ability of the driver to query specific shard (CPU) is called "shard-awareness".