diff --git a/proto/protovalidate/buf/validate/validate.proto b/proto/protovalidate/buf/validate/validate.proto index 7236347..53d3ba7 100644 --- a/proto/protovalidate/buf/validate/validate.proto +++ b/proto/protovalidate/buf/validate/validate.proto @@ -3732,8 +3732,8 @@ message StringRules { // ```proto // message MyString { // string value = 1 [ - // (buf.validate.field).string.example = 1, - // (buf.validate.field).string.example = 2 + // (buf.validate.field).string.example = "hello", + // (buf.validate.field).string.example = "world" // ]; // } // ``` diff --git a/tools/internal/gen/buf/validate/validate.pb.go b/tools/internal/gen/buf/validate/validate.pb.go index 519fc02..a52d4ea 100644 --- a/tools/internal/gen/buf/validate/validate.pb.go +++ b/tools/internal/gen/buf/validate/validate.pb.go @@ -4663,8 +4663,8 @@ type StringRules struct { // // message MyString { // string value = 1 [ - // (buf.validate.field).string.example = 1, - // (buf.validate.field).string.example = 2 + // (buf.validate.field).string.example = "hello", + // (buf.validate.field).string.example = "world" // ]; // } //