Browse code

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 authored on 2016/02/12 17:11:31
Showing 1 changed files
... ...
@@ -19,7 +19,7 @@ type CommonFlags struct {
19 19
 	TrustKey   string
20 20
 }
21 21
 
22
-// Command is the struct contains command name and description
22
+// Command is the struct containing the command name and description
23 23
 type Command struct {
24 24
 	Name        string
25 25
 	Description string