Fixed Small Comment Typo

small error in function description
This commit is contained in:
Kevin Peng 2016-05-17 13:17:01 -04:00
parent 0f866a6211
commit 6096009e8d

View file

@ -747,7 +747,7 @@ func (c *Command) AddCommand(cmds ...*Command) {
}
}
// AddCommand removes one or more commands from a parent command.
// RemoveCommand removes one or more commands from a parent command.
func (c *Command) RemoveCommand(cmds ...*Command) {
commands := []*Command{}
main: