Skip to content

DOCSP-26802 fix typo in serverStatus.txt #6216

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

Merged
merged 1 commit into from
Dec 1, 2022
Merged
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
4 changes: 2 additions & 2 deletions source/reference/command/serverStatus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,9 @@ asserts

.. serverstatus:: asserts.rollovers

The number of times that the rollover counters have rolled over
The number of times that the assert counters have rolled over
since the last time the MongoDB process started. The counters will
rollover to zero after 2\ :superscript:`30` assertions. Use this
roll over to zero after 2\ :superscript:`30` assertions. Use this
value to provide context to the other values in the
:serverstatus:`asserts` data structure.

Expand Down