Skip to content

Commit 3623a5c

Browse files
committed
fix comments
1 parent d61ac5d commit 3623a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/shared/sub_menu.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
// PrepareForRepoSubMenu will prepare all sub menus' data for some repositories pages
13-
// TODO: moving prepae commits count, branches count, tags count and repository size to this function
13+
// TODO: moving preparation for commits count, branches count, tags count and repository size to this function
1414
func PrepareForRepoSubMenu(ctx *context.Context) bool {
1515
return prepareForLicenses(ctx)
1616
}

0 commit comments

Comments
 (0)