diff --git a/content/programming-guides/enum.md b/content/programming-guides/enum.md index 6373ca36..21d151ca 100644 --- a/content/programming-guides/enum.md +++ b/content/programming-guides/enum.md @@ -50,7 +50,7 @@ question: ## Implications of *Closed* Enums The behavior of *closed* enums has unexpected consequences when parsing a -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 be placed in the [unknown field](/programming-guides/proto3/#unknowns) set. When it is serialized those unknown values will be written again, *but not