Skip to content

Commit 6f003be

Browse files
Protocol Buffer TeamLogofile
authored andcommitted
This documentation change resolves some merge conflicts.
PiperOrigin-RevId: 793776428 Change-Id: I85acb6e88d5c425b694b0aaae5873f9bee6c6487
1 parent cb2a138 commit 6f003be

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/editions/overview.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ The examples in this topic show edition 2024 features, but edition 2024 is
2828
currently in **pre-release review** and is not yet recommended for production
2929
code.
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

3733
Editions 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

370366
Option 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
373369
defined in a `.proto` file, without importing other symbols.
374370

375371
This means that messages and enums are excluded from the option import. In the

0 commit comments

Comments
 (0)