We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a33676 commit ddd0227Copy full SHA for ddd0227
content/programming-guides/enum.md
@@ -51,7 +51,7 @@ question:
51
## Implications of *Closed* Enums
52
53
The behavior of *closed* enums has unexpected consequences when parsing a
54
-repeated field. When a `repeated Enum` field is parsed all unknown values will
+repeated field. When a `repeated Enum` field is parsed, all unknown values will
55
be placed in the
56
[unknown field](/programming-guides/proto3/#unknowns)
57
set. When it is serialized those unknown values will be written again, *but not
0 commit comments