diff --git a/result.go b/result.go index 29d1c2cd..32e748ed 100644 --- a/result.go +++ b/result.go @@ -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: //