Skip to content

Commit 8107e1d

Browse files
author
Bob Grabar
committed
DOCS-664 minor edits
1 parent b4e9573 commit 8107e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/faq/developers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ storage efficiently in such situations.
162162

163163
- Use the ``_id`` field explicitly.
164164

165-
Mongo automatically adds an object ID to each document and sets it to
165+
MongoDB automatically adds an :term:`ObjectId` to each document and sets it to
166166
a unique value. Additionally this field in indexed. For tiny documents
167167
this takes up significant space. To optimize, use the ``_id``
168168
explicitly. Take a field that is unique for the collection and store

0 commit comments

Comments
 (0)