Skip to content

Commit d23f630

Browse files
author
Sam Kleinman
committed
minor: asterisk move
1 parent cfc8c0f commit d23f630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/core/write-operations.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,11 @@ operations, see :doc:`/tutorial/perform-two-phase-commits`.
345345
Updates
346346
-------
347347

348-
Each document in a MongoDB collection has allocated *record space*
348+
Each document in a MongoDB collection has allocated *record* space
349349
which includes the entire document *and* a small amount of
350350
padding. This padding makes it possible for update operations to
351351
increase the size of a document slightly without causing the document
352-
to outgrow the allocated record size.
352+
to outgrow the allocated record size.
353353

354354
Documents in MongoDB can grow up to the full maximum :limit:`BSON
355355
document size <BSON Document Size>`; however, when documents outgrow

0 commit comments

Comments
 (0)