Skip to content

Commit 056895e

Browse files
author
Kay Kim
committed
DOCS-10517: tweak - bold the word not
1 parent 0f0808c commit 056895e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/core/index-unique.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ For a ranged sharded collection, only the following indexes can be
237237

238238
- the default ``_id`` index; **however**, the ``_id`` index only
239239
enforces the uniqueness constraint per shard **if** the ``_id`` field
240-
is not the shard key or the prefix of the shard key.
240+
is **not** the shard key or the prefix of the shard key.
241241

242242
.. admonition:: Uniqueness and the ``_id`` Index
243243
:class: important

source/core/sharding-shard-key.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ For a ranged sharded collection, only the following indexes can be
104104

105105
- the default ``_id`` index; **however**, the ``_id`` index only
106106
enforces the uniqueness constraint per shard **if** the ``_id`` field
107-
is not the shard key or the prefix of the shard key.
107+
is **not** the shard key or the prefix of the shard key.
108108

109109
.. admonition:: Uniqueness and the ``_id`` Index
110110
:class: important

0 commit comments

Comments
 (0)