Skip to content

Commit c29999c

Browse files
author
Sam Kleinman
committed
minor: correction of dead-end reference
1 parent 5a08634 commit c29999c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/tutorial/enforce-unique-keys-for-sharded-collections.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ this operation succeeds, the ``email`` field is unique, and you may
175175
continue by inserting the actual document into the ``information``
176176
collection.
177177

178-
.. see:: The full documentation of: :method:`db.collection.ensureIndex()`,
179-
:dbcommand:`ensureIndex`, and :dbcommand:`shardCollection`.
178+
.. see:: The full documentation of: :method:`db.collection.ensureIndex()`
179+
and :dbcommand:`shardCollection`.
180180

181181
Considerations
182182
~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)