Skip to content

Commit 565fc99

Browse files
committed
Polishing.
Fix letter casing. See #3006 Original pull request: #3007
1 parent d470c98 commit 565fc99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/antora/modules/ROOT/pages/repositories/query-methods-details.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,8 @@ endif::[]
484484
=== Limiting Query Results
485485

486486
In addition to paging it is possible to limit the result size using a dedicated `Limit` parameter.
487-
You can also limit the results of query methods by using the `first` or `top` keywords, which you can use interchangeably but may not be mixed with a `Limit` parameter.
488-
You can append an optional numeric value to `top` or `first` to specify the maximum result size to be returned.
487+
You can also limit the results of query methods by using the `First` or `Top` keywords, which you can use interchangeably but may not be mixed with a `Limit` parameter.
488+
You can append an optional numeric value to `Top` or `First` to specify the maximum result size to be returned.
489489
If the number is left out, a result size of 1 is assumed.
490490
The following example shows how to limit the query size:
491491

0 commit comments

Comments
 (0)