Skip to content

Commit

Permalink
Merge pull request #622 from mfridman/mf-patch-1
Browse files Browse the repository at this point in the history
docs: fix paging typo
  • Loading branch information
xiam authored Mar 21, 2021
2 parents 0f7146a + d092430 commit 6d34eff
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 6d34eff

Please sign in to comment.