File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ The examples in this topic show edition 2024 features, but edition 2024 is
2828currently in ** pre-release review** and is not yet recommended for production
2929code.
3030
31- The examples in this topic show edition 2024 features, but edition 2024 is
32- currently in ** pre-release review** and is not yet recommended for production
33- code.
34-
3531## Lifecycle of a Feature {#lifecycles}
3632
3733Editions provide the fundamental increments for the lifecycle of a feature.
@@ -369,7 +365,7 @@ Edition 2024 added support for option imports using the syntax `import option`.
369365
370366Option imports must come after any other ` import ` statements.
371367
372- Unlike normal ` import ` statements, option imports import only custom options
368+ Unlike normal ` import ` statements, ` import option ` only imports custom options
373369defined in a ` .proto ` file, without importing other symbols.
374370
375371This means that messages and enums are excluded from the option import. In the
You can’t perform that action at this time.
0 commit comments