Skip to content

Commit f2b8bb3

Browse files
committed
Apply review comment
1 parent 3977ced commit f2b8bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/interact/search-and-query/advanced-concepts/aggregation-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ This is not allowed and you'll get a syntax error.
176176

177177
## LIMIT and WITHCURSOR used together
178178

179-
In practical terms, `LIMIT` and `WITHCURSOR` are mutually exclusive. However, they can be used together.
179+
While you wouldn't ordinarily use `LIMIT` and `WITHCURSOR` together in the same query, you can use them advantageously if doing so fits your workflow.
180180
`LIMIT` returns immediate results, while `WITHCURSOR` retrieves results incrementally using the [cursor API]({{< relref "/develop/interact/search-and-query/advanced-concepts/aggregations/#cursor-api" >}}).
181181

182182
```sh

0 commit comments

Comments
 (0)