From 64e1e751ef977e780f83e9715cef9621a6f8eefe Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Fri, 25 Jan 2013 11:18:31 +0100 Subject: [PATCH] Typo fix --- source/core/write-operations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/write-operations.txt b/source/core/write-operations.txt index 899f650051c..73926261565 100644 --- a/source/core/write-operations.txt +++ b/source/core/write-operations.txt @@ -348,7 +348,7 @@ Padding Factor If an update operation does not cause the document to increase in -size, MongoDB can apply the update in-place in-place. Some updates +size, MongoDB can apply the update in-place. Some updates change the size of the document, for example using the :operator:`$push` operator to append a sub-document to an array can cause the top level document to grow beyond its allocated space.