diff options
Diffstat (limited to 'models/admin.go')
-rw-r--r-- | models/admin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/admin.go b/models/admin.go index 9447ef67ea..94dc9b7a8c 100644 --- a/models/admin.go +++ b/models/admin.go @@ -103,7 +103,7 @@ func CountNotices() int64 { return count } -// Notices returns number of notices in given page. +// Notices returns notices in given page. func Notices(page, pageSize int) ([]*Notice, error) { notices := make([]*Notice, 0, pageSize) return notices, x. |