Skip to content

Commit 44243c4

Browse files
npentrelandf-mongodb
authored andcommitted
DOCSP-14115: Fix word on Hashed Index page
1 parent f756dfb commit 44243c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/core/index-hashed.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Hashed Indexes
1515
:class: singlecol
1616

1717
Hashed indexes maintain entries with hashes of the values of the
18-
indexed field.
18+
indexed field.
1919

2020
Hashed indexes support :doc:`sharding </sharding>`
2121
using hashed shard keys. :ref:`Hashed based sharding
2222
<sharding-hashed-sharding>` uses a hashed index of a field as the shard
2323
key to partition data across your sharded cluster.
2424

25-
Using a hashed shard key to shard a collection results in a more random
25+
Using a hashed shard key to shard a collection results in a more even
2626
distribution of data. See :ref:`sharding-hashed-sharding` for more
2727
details.
2828

0 commit comments

Comments
 (0)