diff --git a/pkg/models/task_comments.go b/pkg/models/task_comments.go index 4e9ab0ffa..e079f54e0 100644 --- a/pkg/models/task_comments.go +++ b/pkg/models/task_comments.go @@ -219,8 +219,8 @@ func getTaskCommentSimple(s *xorm.Session, tc *TaskComment) error { } // ReadOne handles getting a single comment -// @Summary Remove a task comment -// @Description Remove a task comment. The user doing this need to have at least read access to the task this comment belongs to. +// @Summary Get a task comment +// @Description Get a task comment. The user doing this need to have at least read access to the task this comment belongs to. // @tags task // @Accept json // @Produce json