Skip to content

Commit

Permalink
Swap "he" for "they" in example (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimo414 authored Oct 31, 2023
1 parent 8e8988e commit 6cdc5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ myMessage.string = d.toString();
In proto3, scalar fields always have a value, even if you did
not set one. If you read an `int32` field, you cannot determine
whether the creator of the message intended to write `0`, or
if he intentionally left the field out. Both look the same.
if they intentionally left the field out. Both look the same.
The proto3-optionals feature adds a convenient support for
optional fields by bringing back the `optional` label:
Expand Down

0 comments on commit 6cdc5cb

Please sign in to comment.