diff --git a/database/gdb/gdb_model_condition.go b/database/gdb/gdb_model_condition.go index 71845ba12..6e078ef6f 100644 --- a/database/gdb/gdb_model_condition.go +++ b/database/gdb/gdb_model_condition.go @@ -140,7 +140,7 @@ func (m *Model) Offset(offset int) *Model { // Page sets the paging number for the model. // The parameter is started from 1 for paging. -// Note that, it differs that the Limit function start from 0 for "LIMIT" statement. +// Note that, it differs that the Limit function starts from 0 for "LIMIT" statement. func (m *Model) Page(page, limit int) *Model { model := m.getModel() if page <= 0 {