Skip to content

Commit

Permalink
(DOCSP-40807) Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
your proper name committed Oct 22, 2024
1 parent 33837f4 commit 138aa0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/indexes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Optimize Queries with Indexes
.. toctree::
:titlesonly:
:maxdepth: 1

/work-with-indexes

Overview
Expand Down
4 changes: 2 additions & 2 deletions source/work-with-indexes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _cpp-work-with-indexes:

=================
Work With Indexes
Work with Indexes
=================

.. contents:: On this page
Expand Down Expand Up @@ -141,7 +141,7 @@ Remove an Index
You can remove any unused index except the default unique index on the
``_id`` field using the following methods:

- ``drop_one()``, which removes a single index from the collection
- ``drop_one()``, which removes a single specified index from the collection
- ``drop_all()``, which removes *all indexes* from the collection

Remove a Single Index
Expand Down

0 comments on commit 138aa0d

Please sign in to comment.