Skip to content

fix(indentation): corrected a few cases of invalid indentation #2837

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/reference/method/db.getProfilingStatus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ db.getProfilingStatus()
.. method:: db.getProfilingStatus()

:returns: The current :dbcommand:`profile` level and
:setting:`~operationProfiling.slowOpThresholdMs` setting.
:setting:`~operationProfiling.slowOpThresholdMs` setting.
8 changes: 3 additions & 5 deletions source/reference/method/db.getReplicationInfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ Definition

.. method:: db.getReplicationInfo()

:returns:

A document with the status of the replica set, using data
polled from the :term:`oplog`. Use this output when diagnosing
issues with replication.
:returns: A document with the status of the replica set, using data
polled from the :term:`oplog`. Use this output when diagnosing
issues with replication.

Output
------
Expand Down
6 changes: 3 additions & 3 deletions source/reference/method/db.hostInfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ db.hostInfo()
.. method:: db.hostInfo()

:returns: A document with information about the underlying system
that the :program:`mongod` or :program:`mongos` runs on.
Some of the returned fields are only included on some
platforms.
that the :program:`mongod` or :program:`mongos` runs on.
Some of the returned fields are only included on some
platforms.

:method:`db.hostInfo()` provides a helper in the :program:`mongo`
shell around the :dbcommand:`hostInfo` The output of
Expand Down
2 changes: 1 addition & 1 deletion source/reference/method/db.isMaster.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ db.isMaster()
.. method:: db.isMaster()

:returns: A document that describes the role of the
:program:`mongod` instance.
:program:`mongod` instance.

If the :program:`mongod` is a member of a :term:`replica set`, then
the :data:`~isMaster.ismaster` and :data:`~isMaster.secondary`
Expand Down