Browse Source

fix grammar error

it is not very important,but I think the modification makes the coders read more conviently!

Signed-off-by: huqun  <huqun@zju.edu.cn>
huqun 9 năm trước cách đây
mục cha
commit
f609fb4d83
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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