Skip to content

Commit a2764c0

Browse files
author
Sam Kleinman
committed
minor: change to phrasing in javascript reference
1 parent 3b6abfd commit a2764c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/javascript.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Call cursor methods on cursors to modify how MongoDB returns objects to the curs
390390

391391
Call this method on a query to override MongoDB's default index
392392
selection and query optimization process. The argument is an index
393-
specification, as if to :func:`db.collection.ensureIndex()`. Use
393+
specification, like the argument to :func:`ensureIndex() <db.collection.ensureIndex()>`. Use
394394
:func:`db.collection.getIndexes()` to return the list of current indexes on a
395395
collection.
396396

0 commit comments

Comments
 (0)