Update comments for Godoc

master
DustyP 6 years ago
parent cfa703618b
commit 75c0f09b23

@ -35,7 +35,7 @@ func (c *CommandManager) AddCommand(command *Command) error {
return nil
}
// RemovesCommand removes the command named from the Commands array
// RemoveCommand removes the command named from the Commands array
func (c *CommandManager) RemoveCommand(name string) error {
deleted := false
if _, ok := c.Commands[name]; ok {

Loading…
Cancel
Save