Skip to content

Commit 6601ee8

Browse files
committed
fix comment
1 parent 0a11637 commit 6601ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/notification.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ func (nl NotificationList) getPendingCommentIDs() []int64 {
408408
return keysInt64(ids)
409409
}
410410

411-
// LoadComments loads issues from database
411+
// LoadComments loads comments from database
412412
func (nl NotificationList) LoadComments() error {
413413
if len(nl) == 0 {
414414
return nil

0 commit comments

Comments
 (0)