Skip to content

Commit

Permalink
Merge pull request #30397 from auroat/improve-docs
Browse files Browse the repository at this point in the history
Improve the help.go docs: typo and a more explicit comment.

Merged after discussion with @apparentlymart.
  • Loading branch information
crw committed Jan 27, 2022
2 parents a855f04 + a37d47e commit 0900c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help.go
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/mitchellh/cli"
)

// helpFunc is a cli.HelpFunc that can is used to output the help for Terraform.
// helpFunc is a cli.HelpFunc that can be used to output the help CLI instructions for Terraform.
func helpFunc(commands map[string]cli.CommandFactory) string {
// Determine the maximum key length, and classify based on type
var otherCommands []string
Expand Down

0 comments on commit 0900c7e

Please sign in to comment.