Skip to content

Commit dd3f75d

Browse files
Update README.md (#73)
Delete duplicate words.
1 parent 6cac817 commit dd3f75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labs/lab4-shardedstore/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Now you'll build a sharded fault-tolerant key/value storage system.
133133

134134
Each `ShardStoreServer` will operate as part of a replica group. Each replica
135135
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
136+
in `ShardStoreNode` to find which shard a key belongs to; you should use
137137
`SingleKeyCommand.key()` (all of the operations you'll handle in part 2 are
138138
single-key operations) in `ShardStoreClient` to determine the key for a given
139139
operation.

0 commit comments

Comments
 (0)