Skip to content

Commit b12430a

Browse files
committed
Fix typo in Aggregate docs
1 parent 9a5c329 commit b12430a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Operation/Aggregate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Aggregate implements Executable
7272
* applied to the returned Cursor (it is not sent to the server).
7373
*
7474
* This is not supported for inline aggregation results (i.e. useCursor
75-
* option is false or the server versions < 2.6).
75+
* option is false or the server version is < 2.6).
7676
*
7777
* * useCursor (boolean): Indicates whether the command will request that
7878
* the server provide results using a cursor. The default is true.

0 commit comments

Comments
 (0)