Skip to content

Commit 244cbd3

Browse files
Fix function comment
Signed-off-by: David Svantesson <[email protected]>
1 parent 0839b96 commit 244cbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/api/v1/convert/convert.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ func ToCommitMeta(repo *models.Repository, tag *git.Tag) *api.CommitMeta {
292292
}
293293
}
294294

295-
// ToTopic convert from models.Topic to api.TopicResponse
295+
// ToTopicResponse convert from models.Topic to api.TopicResponse
296296
func ToTopicResponse(topic *models.Topic) *api.TopicResponse {
297297
return &api.TopicResponse{
298298
ID: topic.ID,

0 commit comments

Comments
 (0)