aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornguyen-phillip <30534889+nguyen-phillip@users.noreply.github.com>2018-10-12 18:53:30 -0400
committerAndrew Jackura <ajackura@google.com>2018-10-12 15:53:30 -0700
commit46f0354f63152e8801bb460d26f5b6c4c878efbb (patch)
treed7d84deb61fd978036a6b432413573833c537cb9
parent9dd77848a6fe0ab571d4a7a32bb036dab70aff51 (diff)
downloadgo-subcommands-46f0354f63152e8801bb460d26f5b6c4c878efbb.tar.gz
minor typo fix (#17)
-rw-r--r--subcommands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcommands.go b/subcommands.go
index 951a4f6..9cb98e5 100644
--- a/subcommands.go
+++ b/subcommands.go
@@ -360,7 +360,7 @@ func (cdr *Commander) CommandsCommand() Command {
}
// An aliaser is a Command wrapping another Command but returning a
-// different name as it's alias
+// different name as its alias.
type aliaser struct {
alias string
Command