Skip to content

Update glossary.txt #1578

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
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
8 changes: 4 additions & 4 deletions source/reference/glossary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,10 @@ Glossary
the order of documents on disks reflects insertion order, except
when a document moves internally because an update operation
increases its size. In :term:`capped collections <capped
collection>`, documents do not move internally, and therefore
insertion order and natural order are identical in capped
collections. MongoDB returns documents in forward natural order
for a :method:`~db.collection.find()` query with no parameters.
collection>`, insertion order and natural order are identical
because documents do not move internally. MongoDB returns
documents in forward natural order for a
:method:`~db.collection.find()` query with no parameters.
MongoDB returns documents in reverse natural order for a
:method:`~db.collection.find()` query :method:`sorted
<cursor.sort()>` with a parameter of ``$natural:-1``. See
Expand Down