Skip to content

Commit

Permalink
Fixed typo in usage.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sircelsius authored and kelseyhightower committed Jun 24, 2020
1 parent 404b5db commit c974cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func Usage(prefix string, spec interface{}) error {
return err
}

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

// Specify the default usage template functions
Expand Down

0 comments on commit c974cae

Please sign in to comment.