Fix typo in sharding docs

This patch removes an additional 'and' added to a sentence.

Change-Id: I6ab47637ef2d2f97f35188a84e741274c2b504e8
This commit is contained in:
gaofei 2018-06-13 11:18:13 +08:00 committed by Matthew Oliver
parent eb9a21b22b
commit f2295a688c

View File

@ -221,7 +221,7 @@ Fresh DB A database file that will replace the retiring
Epoch A timestamp at which the fresh DB is created; the
epoch value is embedded in the fresh DB filename.
Shard range A range of the object namespace defined by a lower
bound and and upper bound.
bound and upper bound.
Shard container A container that holds object records for a shard
range. Shard containers exist in a hidden account
mirroring the user's account.