Skip to content

Commit

Permalink
trivial: fix missing footnote ref and extraneous .. replace
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-kim committed Apr 3, 2014
1 parent 2727b19 commit 959ace9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion source/core/gridfs.txt
Expand Up @@ -13,7 +13,7 @@ that exceed the :term:`BSON`\-document :ref:`size limit
Instead of storing a file in a single document, GridFS divides a file
into parts, or chunks, [#chunk-disambiguation]_ and stores each of
those chunks as a separate document. By default GridFS limits chunk
size to 255k. [#default-chunk-size-change]_ GridFS uses two collections to store files. One
size to 255k. GridFS uses two collections to store files. One
collection stores the file chunks, and the other stores file metadata.

When you query a GridFS store for a file, the driver or client will
Expand Down
@@ -1,6 +1,3 @@
.. |single-modification-operation-names| replace::


All |single-modification-operation-names| operations for a sharded
collection that specify the |single-modification-operation-option|
option must include the
Expand Down

0 comments on commit 959ace9

Please sign in to comment.