瀏覽代碼

Merge pull request #20264 from qunhu/master

fix grammar error
Tibor Vass 9 年之前
父節點
當前提交
bd758053b5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cli/common.go

+ 1 - 1
cli/common.go

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