Skip to content

Commit

Permalink
Auto-generate files after cl/622979373
Browse files Browse the repository at this point in the history
  • Loading branch information
protobuf-team-bot committed Apr 8, 2024
1 parent 0013736 commit e22539b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php/ext/google/protobuf/php-upb.h
Original file line number Diff line number Diff line change
Expand Up @@ -4183,7 +4183,7 @@ enum {
* memory during encode. */
kUpb_EncodeOption_Deterministic = 1,

// When set, unknown fields are not printed.
// When set, unknown fields are not encoded.
kUpb_EncodeOption_SkipUnknown = 2,

// When set, the encode will fail if any required fields are missing.
Expand Down
2 changes: 1 addition & 1 deletion ruby/ext/google/protobuf_c/ruby-upb.h
Original file line number Diff line number Diff line change
Expand Up @@ -4185,7 +4185,7 @@ enum {
* memory during encode. */
kUpb_EncodeOption_Deterministic = 1,

// When set, unknown fields are not printed.
// When set, unknown fields are not encoded.
kUpb_EncodeOption_SkipUnknown = 2,

// When set, the encode will fail if any required fields are missing.
Expand Down

0 comments on commit e22539b

Please sign in to comment.