Skip to content

Commit 83a4697

Browse files
committed
Fix comment which breaks the linter's rule
1 parent f4bbd25 commit 83a4697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/api/v1/misc/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"code.gitea.io/sdk/gitea"
1111
)
1212

13-
// ServerVersion shows the version of the Gitea server
13+
// Version shows the version of the Gitea server
1414
func Version(ctx *context.APIContext) {
1515
ctx.JSON(200, &gitea.ServerVersion{Version: setting.AppVer})
1616
}

0 commit comments

Comments
 (0)