Skip to content

Commit f03e392

Browse files
1st commit after cache
1 parent a435e4d commit f03e392

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
@@ -366,7 +366,7 @@ Go v1.23 introduces the new `iter` package.
366366

367367
The new `github/gen-iterators.go` file auto-generates "*Iter" methods in `github/github-iterators.go`
368368
for all methods that support page number iteration (using the `NextPage` field in each response)
369-
or string cursor iteration (using the `After` field in each response).
369+
or string cursor iteration (using the `After` and `Cursor` field in each response).
370370
To handle rate limiting issues, make sure to use a rate-limiting transport.
371371
(See [Rate Limiting](/#rate-limiting) above for more details.)
372372
To use these methods, simply create an iterator and then range over it, for example:

0 commit comments

Comments
 (0)