We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cac817 commit dd3f75dCopy full SHA for dd3f75d
labs/lab4-shardedstore/README.md
@@ -133,7 +133,7 @@ Now you'll build a sharded fault-tolerant key/value storage system.
133
134
Each `ShardStoreServer` will operate as part of a replica group. Each replica
135
group will serve operations for some of the key-space shards. Use `keyToShard()`
136
-in `ShardStoreNode` to find which shard a key belongs to; you should use use
+in `ShardStoreNode` to find which shard a key belongs to; you should use
137
`SingleKeyCommand.key()` (all of the operations you'll handle in part 2 are
138
single-key operations) in `ShardStoreClient` to determine the key for a given
139
operation.
0 commit comments