Skip to content

Commit 5c64b9d

Browse files
committed
Run make v3approve
1 parent dcdb880 commit 5c64b9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

godoc-current.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ type Command struct {
323323
HideHelpCommand bool `json:"hideHelpCommand"`
324324
// Boolean to hide built-in version flag and the VERSION section of help
325325
HideVersion bool `json:"hideVersion"`
326-
// Boolean to enable shell completion com.mands
326+
// Boolean to enable shell completion commands
327327
EnableShellCompletion bool `json:"-"`
328328
// Shell Completion generation command name
329329
ShellCompletionCommandName string `json:"-"`

testdata/godoc-v3.x.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ type Command struct {
323323
HideHelpCommand bool `json:"hideHelpCommand"`
324324
// Boolean to hide built-in version flag and the VERSION section of help
325325
HideVersion bool `json:"hideVersion"`
326-
// Boolean to enable shell completion com.mands
326+
// Boolean to enable shell completion commands
327327
EnableShellCompletion bool `json:"-"`
328328
// Shell Completion generation command name
329329
ShellCompletionCommandName string `json:"-"`

0 commit comments

Comments
 (0)