Skip to content

Commit fa1f134

Browse files
committed
docs: fix error in Versioner comment
1 parent f25c17a commit fa1f134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ type ValueParser = func(string) (any, error)
136136
type HelpGenerator = func(Input, *CommandInfo) string
137137

138138
// Versioner describes any function that will return a version string based on
139-
// the [Input] that triggered it. See [DefaultHelpGenerator] for an example.
139+
// the [Input] that triggered it. See [DefaultVersionOpt] for an example.
140140
type Versioner = func(Input) string
141141

142142
// Command is a parsed command structure.

0 commit comments

Comments
 (0)