Skip to content

Commit

Permalink
Fix typo in README #patch (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-ahn committed May 8, 2023
1 parent 91a27ac commit ddc5c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ language-specific constraint capabilities.
for optional fields where switching to WKTs is not feasible.

```protobuf
unint32 x = 1 [(validate.rules).uint32 = {ignore_empty: true, gte: 200}];
uint32 x = 1 [(validate.rules).uint32 = {ignore_empty: true, gte: 200}];
```

### Bools
Expand Down

0 comments on commit ddc5c91

Please sign in to comment.