Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit c85afc9

Browse files
committed
clarify pagination language
1 parent 8d65499 commit c85afc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pagination.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ final reviewsReq = GReviewsReq(
4747
client.request(reviewsReq).listen((response) => print(response));
4848
```
4949

50-
Now we can create a copy of our original request that will fetch the next set of results and include an `updateResult` calback that tells ferry how to combine the results.
50+
Now we can create a copy of our request that will fetch the next set of results and include an `updateResult` calback that tells ferry how to combine the results.
5151

5252
For example, let's fetch the next 3 reviews.
5353

0 commit comments

Comments
 (0)