You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: programming-guides/enum/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@
49
49
and editions use <em>open</em> enums specifically because of the unexpected behavior
50
50
that <em>closed</em> enums cause. You can use
51
51
<ahref=/editions/features#enum_type><code>features.enum_type</code></a> to
52
-
explicitly set editions enums to open, if needed.</p><h2id=spec>Specification</h2><p>The following specifies the behavior of conformant implementations for protobuf.
52
+
explicitly set editions enums to closed, if needed.</p><h2id=spec>Specification</h2><p>The following specifies the behavior of conformant implementations for protobuf.
53
53
Because this is subtle, many implementations are out of conformance. See
54
54
<ahref=#known-issues>Known Issues</a> for details on how different implementations
55
55
behave.</p><ul><li>When a <code>proto2</code> file imports an enum defined in a <code>proto2</code> file, that enum
0 commit comments