From 6096009e8d4a8dced6a0927e753d5fdae1101790 Mon Sep 17 00:00:00 2001 From: Kevin Peng Date: Tue, 17 May 2016 13:17:01 -0400 Subject: [PATCH] Fixed Small Comment Typo small error in function description --- command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.go b/command.go index aa3f33aa..b92c95cb 100644 --- a/command.go +++ b/command.go @@ -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: