Skip to content

Commit

Permalink
Fix typo in index documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Apr 7, 2020
1 parent 2cd8079 commit 89721f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/method/MongoDBCollection-createIndex.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The output would then resemble::
Create a Partial Index
~~~~~~~~~~~~~~~~~~~~~~

The following example adds a :manual:`partial index </core/index-parital>` on
The following example adds a :manual:`partial index </core/index-partial>` on
the ``borough`` field in the ``restaurants`` collection in the ``test``
database. The partial index indexes only documents where the ``borough`` field
exists.
Expand Down

0 comments on commit 89721f0

Please sign in to comment.