Skip to content
Merged
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/administration/replica-sets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Arbiters

Arbiters are special :program:`mongod` instances that do not hold a
copy of the data and thus cannot become primary. Arbiters exist solely
participate in :ref:`elections <replica-set-elections>`.
to participate in :ref:`elections <replica-set-elections>`.

.. note::

Expand Down
5 changes: 2 additions & 3 deletions source/reference/database-statistics.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ Fields

.. data:: dbStats.avgObjSize

The average size of each object. The ``scale`` argument affects
this value. This is the :data:`~dbStats.dataSize` divided by the number of
objects.
The average size of each object in bytes. This is the :data:`~dbStats.dataSize`
divided by the number of objects.

.. data:: dbStats.dataSize

Expand Down