Skip to content

Commit

Permalink
Update validate.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
rodaine authored Oct 17, 2024
1 parent a3d20ef commit 7f20073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/protovalidate/buf/validate/validate.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3829,7 +3829,7 @@ message BytesRules {

// `pattern` requires the field value to match the specified regular
// expression ([RE2 syntax](https://github.com/google/re2/wiki/Syntax)).
// The pattern must be valid UTF-8 or validation will fail with a runtime
// The pattern must be valid UTF-8 or validation will fail with a runtime
// error. Use escape sequences to specify non-UTF-8 octets.
//
// If the field value doesn't match the pattern, an error message is generated.
Expand Down

0 comments on commit 7f20073

Please sign in to comment.