docs: Fix command.Func documentation (#3371)

This commit is contained in:
Jose Donizetti 2020-05-07 12:31:58 -03:00 committed by GitHub
parent cd9317e5df
commit 43fba378d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ type Command struct {
// Required.
Name string
// Run is a function that executes a subcommand using
// Func is a function that executes a subcommand using
// the parsed flags. It returns an exit code and any
// associated error.
// Required.