Skip to content

Commit

Permalink
Fix struct comment typo (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps authored and adjackura committed Sep 4, 2019
1 parent dd7622c commit 24aea2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subcommands.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ type Commander struct {
Error io.Writer // Error specifies where the commander should write its error (default: os.Stderr).
}

// A commandGroup represents a set of commands about a common topic.
// A CommandGroup represents a set of commands about a common topic.
type CommandGroup struct {
name string
commands []Command
Expand Down

0 comments on commit 24aea2b

Please sign in to comment.