Commit b12430a8 authored by Jeremy Mikola's avatar Jeremy Mikola

Fix typo in Aggregate docs

parent 9a5c329e
...@@ -72,7 +72,7 @@ class Aggregate implements Executable ...@@ -72,7 +72,7 @@ class Aggregate implements Executable
* applied to the returned Cursor (it is not sent to the server). * applied to the returned Cursor (it is not sent to the server).
* *
* This is not supported for inline aggregation results (i.e. useCursor * This is not supported for inline aggregation results (i.e. useCursor
* option is false or the server versions < 2.6). * option is false or the server version is < 2.6).
* *
* * useCursor (boolean): Indicates whether the command will request that * * useCursor (boolean): Indicates whether the command will request that
* the server provide results using a cursor. The default is true. * the server provide results using a cursor. The default is true.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment