Skip to content

Commit ee9d9be

Browse files
committed
Fix lint
1 parent 160c0bb commit ee9d9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/db/list_options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func SetSessionPagination(sess *xorm.Session, p Paginator) *xorm.Session {
3030
return sess.Limit(take, skip)
3131
}
3232

33-
// SetSessionPagination sets pagination for a database engine
33+
// SetEnginePagination sets pagination for a database engine
3434
func SetEnginePagination(e Engine, p Paginator) Engine {
3535
skip, take := p.GetSkipTake()
3636

0 commit comments

Comments
 (0)