Skip to content

Commit cc755bb

Browse files
committed
fix comments
1 parent 3e3fed1 commit cc755bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func insertIssue(sess *xorm.Session, issue *Issue) error {
102102
return nil
103103
}
104104

105-
// InsertIssueComments inserts many comments of one issue.
105+
// InsertIssueComments inserts many comments of issues.
106106
func InsertIssueComments(comments []*Comment) error {
107107
if len(comments) == 0 {
108108
return nil

0 commit comments

Comments
 (0)