From 0017370e65c2333e82dfbde90967625894f75dbc Mon Sep 17 00:00:00 2001 From: Juan Carlos Farah Date: Sun, 7 Apr 2013 13:34:44 -0500 Subject: [PATCH] Fixed typo (missing ` and > on insert()) --- 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..6131b7abab3 100644 --- a/source/core/indexes.txt +++ b/source/core/indexes.txt @@ -105,7 +105,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 -:term:`ObjectID` on every insert() ` operation. An :term:`ObjectId` is a 12-byte unique identifiers suitable for use as the value of an ``_id`` field.