Skip to content

Commit 56d66e7

Browse files
sarah-olson-mongodbSarah Olson
andauthored
DOCSP-21043: Fix minor typo and small copy edits. (#783) (#791)
* DOCSP-21043: Fix minor typo and small copy edits. * DOCSP-21043: Revert linking edit. Co-authored-by: Sarah Olson <[email protected]> Co-authored-by: Sarah Olson <[email protected]>
1 parent 2395979 commit 56d66e7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

source/reference/operator/aggregation/bucketAuto.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Definition
1515

1616
.. pipeline:: $bucketAuto
1717

18-
.. versionadded:: 3.4
19-
2018
Categorizes incoming documents into a specific number of groups,
2119
called buckets, based on a specified expression. Bucket boundaries
2220
are automatically determined in an attempt to evenly distribute the
@@ -170,9 +168,9 @@ Considerations
170168

171169
The :pipeline:`$bucketAuto` stage has a limit of 100 megabytes of RAM.
172170
By default, if the stage exceeds this limit, :pipeline:`$bucketAuto`
173-
returns an error. To allow more space for stage processing, use the
174-
use the :ref:`allowDiskUse <aggregate-cmd-allowDiskUse>` option to
175-
enable aggregation pipeline stages to write data to temporary files.
171+
returns an error. To allow more space for stage processing, use the
172+
:ref:`allowDiskUse <aggregate-cmd-allowDiskUse>` option to enable aggregation
173+
pipeline stages to write data to temporary files.
176174

177175
.. seealso::
178176

0 commit comments

Comments
 (0)