Skip to content

Commit

Permalink
Fix typo in cel_duration_arithmetic.proto example (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
pqn authored Dec 4, 2023
1 parent 82d0df3 commit 8f7a6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cel_duration_arithmetic.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import "google/protobuf/duration.proto";

message IndirectFlight {
option (buf.validate.message).cel = {
id: "totol_lenght_limit",
id: "total_length_limit",
message: "the entire trip should be less than 48 hours",
expression:
// This validates that the total duration of an indirect flight should be
Expand Down

0 comments on commit 8f7a6fa

Please sign in to comment.