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

Commit 8d65499

Browse files
committed
fix code highlight
1 parent 893507a commit 8d65499

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
@@ -36,7 +36,7 @@ Rather than just replacing the previous result with the refetched result, we may
3636

3737
To do this, we first need to update our original request to include a `requestId`. This will tell Ferry to include any results from subsequent requests with the same `requestId` in this request's result stream.
3838

39-
```dart{3}
39+
```dart {3}
4040
final reviewsReq = GReviewsReq(
4141
(b) => b
4242
..requestId = 'MyReviewsReq'

0 commit comments

Comments
 (0)