From 6cdc5cb27c2fef0faf6a0d79fe1ede27b7335a54 Mon Sep 17 00:00:00 2001 From: Michael Diamond Date: Tue, 31 Oct 2023 04:45:55 -0700 Subject: [PATCH] Swap "he" for "they" in example (#602) --- MANUAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANUAL.md b/MANUAL.md index edbbe55c..2ebd3a31 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -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: