Skip to content

Commit 4c363af

Browse files
caarlos0Copilot
andauthored
Update command.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4493708 commit 4c363af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎command.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ func (c *Command) getVersionTemplateFunc() func(w io.Writer, data interface{}) e
649649
return defaultVersionFunc
650650
}
651651

652-
// getVersionFunc sreturns the version function for the command going up the
652+
// getVersionFunc returns the version function for the command going up the
653653
// command tree if necessary.
654654
func (c *Command) getVersionFunc() func(*Command) error {
655655
if c.versionFunc != nil {

0 commit comments

Comments
 (0)