We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b347c5c commit 15bb7b5Copy full SHA for 15bb7b5
README.md
@@ -62,7 +62,7 @@ final BuildFilters filters = BuildFilters.newBuilder()
62
final ListBuildsResponse buildsResult = client.listBuilds(filters);
63
64
/*
65
- * To retrieve the 2n page of the above query simply do:
+ * To retrieve the 2nd page of the above query simply do:
66
*/
67
if (buildsResult.hasNextPage()) {
68
final ListBuildsResponse buildsPage2 = client.nextPage(buildsResult);
0 commit comments