We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eca76e commit 9efc119Copy full SHA for 9efc119
services/issue/comments.go
@@ -80,7 +80,7 @@ func CreateIssueComment(ctx context.Context, doer *user_model.User, repo *repo_m
80
return nil, err
81
}
82
83
- // reaload issue to ensure it has the latest data, especially the number of comments
+ // reload issue to ensure it has the latest data, especially the number of comments
84
issue, err = issues_model.GetIssueByID(ctx, issue.ID)
85
if err != nil {
86
0 commit comments