Skip to content

Commit c974cae

Browse files
sircelsiuskelseyhightower
authored andcommitted
Fixed typo in usage.go
1 parent 404b5db commit c974cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func Usage(prefix string, spec interface{}) error {
120120
return err
121121
}
122122

123-
// Usagef writes usage information to the specified io.Writer using the specifed template specification
123+
// Usagef writes usage information to the specified io.Writer using the specified template specification
124124
func Usagef(prefix string, spec interface{}, out io.Writer, format string) error {
125125

126126
// Specify the default usage template functions

0 commit comments

Comments
 (0)