From 9c73021234b87bc73ed7e159fd473bdd830fe888 Mon Sep 17 00:00:00 2001 From: Shuoze Li Date: Sun, 18 Aug 2024 12:07:24 -0700 Subject: [PATCH] docs: Add missing comma in closed enums section --- content/programming-guides/enum.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/programming-guides/enum.md b/content/programming-guides/enum.md index 6373ca360..21d151ca3 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