Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yinheli committed Jun 27, 2021
1 parent 9e01d52 commit 2ad20d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ service HelloWorldService {
}

message HelloRequest {
// The name who you want to say hello (name should be `1 <= name <= 32`)
// The name who you want to say hello (name's length should be `1 <= len(name) <= 32`)
string name = 1 [(validate.rules).string = {min_len: 1, max_len: 32}];
}
Expand Down

0 comments on commit 2ad20d5

Please sign in to comment.