Skip to content

Commit

Permalink
docs: fix paging typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Feb 19, 2021
1 parent 0f7146a commit d092430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion result.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ type Result interface {
Paginate(pageSize uint) Result

// Page makes the result set return results only from the page identified by
// pageNumber. Page numbering starts from 0.
// pageNumber. Page numbering starts from 1.
//
// Example:
//
Expand Down

0 comments on commit d092430

Please sign in to comment.