Skip to content
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
2 changes: 1 addition & 1 deletion source/reference/object-id.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ uses ObjectIds as the default value for the ``_id`` field if the
``_id`` field is not specified; i.e., the :program:`mongod` adds the
``_id`` field and generates a unique ObjectId to assign as its value.

Using ObjectIds for the ``_id`` field, provides the following
Using ObjectIds for the ``_id`` field provides the following
additional benefits:

- in the :program:`mongo` shell, you can access the creation time of
Expand Down