Skip to content

Commit 1ad91c3

Browse files
deploy: 8c42472
1 parent 869433a commit 1ad91c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming-guides/enum/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
and editions use <em>open</em> enums specifically because of the unexpected behavior
5050
that <em>closed</em> enums cause. You can use
5151
<a href=/editions/features#enum_type><code>features.enum_type</code></a> to
52-
explicitly set editions enums to open, if needed.</p><h2 id=spec>Specification</h2><p>The following specifies the behavior of conformant implementations for protobuf.
52+
explicitly set editions enums to closed, if needed.</p><h2 id=spec>Specification</h2><p>The following specifies the behavior of conformant implementations for protobuf.
5353
Because this is subtle, many implementations are out of conformance. See
5454
<a href=#known-issues>Known Issues</a> for details on how different implementations
5555
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

Comments
 (0)