Quellcode durchsuchen

Merge pull request #20264 from qunhu/master

fix grammar error
Tibor Vass vor 9 Jahren
Ursprung
Commit
bd758053b5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      cli/common.go

+ 1 - 1
cli/common.go

@@ -19,7 +19,7 @@ type CommonFlags struct {
 	TrustKey   string
 }
 
-// Command is the struct contains command name and description
+// Command is the struct containing the command name and description
 type Command struct {
 	Name        string
 	Description string