Skip to content

Commit

Permalink
Update README.md (#73)
Browse files Browse the repository at this point in the history
Delete duplicate words.
  • Loading branch information
CorneliusOsei2 authored Apr 3, 2024
1 parent 6cac817 commit dd3f75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/lab4-shardedstore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Now you'll build a sharded fault-tolerant key/value storage system.

Each `ShardStoreServer` will operate as part of a replica group. Each replica
group will serve operations for some of the key-space shards. Use `keyToShard()`
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
`SingleKeyCommand.key()` (all of the operations you'll handle in part 2 are
single-key operations) in `ShardStoreClient` to determine the key for a given
operation.
Expand Down

0 comments on commit dd3f75d

Please sign in to comment.