Skip to content

Fixing a whitespace after to a comma #987

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/core/indexes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ You specify index creation options in the second argument in
:method:`ensureIndex() <db.collection.ensureIndex()>`.

The options :ref:`sparse <index-type-sparse>`, :ref:`unique
<index-type-unique>`,and :ref:`TTL <index-feature-ttl>` affect the
<index-type-unique>`, and :ref:`TTL <index-feature-ttl>` affect the
kind of index that MongoDB creates. This section addresses,
:ref:`background construction <index-creation-background>` and
:ref:`duplicate dropping <index-creation-duplicate-dropping>`, which
Expand Down
2 changes: 1 addition & 1 deletion source/reference/command/compact.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ compact
this collection.

- :dbcommand:`compact` generally uses less disk space than
:dbcommand:`repairDatabase` and is faster. However,the
:dbcommand:`repairDatabase` and is faster. However, the
:dbcommand:`compact` command is still slow and blocks other
database use. Only use :dbcommand:`compact` during scheduled
maintenance periods.
Expand Down
2 changes: 1 addition & 1 deletion source/reference/command/serverStatus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ metrics
.. data:: serverStatus.metrics.repl.network.getmores

:data:`~serverStatus.metrics.repl.network.getmores` reports on the
``getmore`` operations,which are requests for additional results
``getmore`` operations, which are requests for additional results
from the oplog :term:`cursor` as part of the oplog replication
process.

Expand Down