From 9c679a2871866f139692849af15ec2c37802bbd9 Mon Sep 17 00:00:00 2001 From: Juan Carlos Farah Date: Sun, 7 Apr 2013 13:28:30 -0500 Subject: [PATCH] Added missing 'an' before 'ObjectId' This way it reads better. --- source/core/indexes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/indexes.txt b/source/core/indexes.txt index 1eced359615..f4d7e964a8a 100644 --- a/source/core/indexes.txt +++ b/source/core/indexes.txt @@ -104,7 +104,7 @@ You cannot delete the index on ``_id``. The ``_id`` field is the :term:`primary key` for the collection, and every document *must* have a unique ``_id`` field. You may store any -unique value in the ``_id`` field. The default value of ``_id`` is +unique value in the ``_id`` field. The default value of ``_id`` is an :term:`ObjectID` on every insert()