Skip to content

Commit 15bb7b5

Browse files
committed
fix readme
1 parent b347c5c commit 15bb7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ final BuildFilters filters = BuildFilters.newBuilder()
6262
final ListBuildsResponse buildsResult = client.listBuilds(filters);
6363

6464
/*
65-
* To retrieve the 2n page of the above query simply do:
65+
* To retrieve the 2nd page of the above query simply do:
6666
*/
6767
if (buildsResult.hasNextPage()) {
6868
final ListBuildsResponse buildsPage2 = client.nextPage(buildsResult);

0 commit comments

Comments
 (0)