Skip to content

Commit

Permalink
Merge pull request #2416 from nebkam/patch-1
Browse files Browse the repository at this point in the history
Fix typo in method name
  • Loading branch information
SenseException authored Mar 3, 2022
2 parents fb42c10 + fa4e6ee commit d15c857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/aggregation-builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ can tell the query builder to not return a caching iterator:
<?php
$builder = $dm->createAggregationBuilder(\Documents\Orders::class);
$builder->setRewindable(false);
$builder->rewindable(false);
When setting this option to ``false``, attempting a second iteration will result
in an exception. Note that calling ``getAggregation()`` will always yield a
Expand Down

0 comments on commit d15c857

Please sign in to comment.