@@ -113,25 +113,6 @@ In the reference,
113113so we don’t also mention methods separately.
114114In the guide, we write “functions and methods”.
115115
116- ## future features
117-
118- Starting with the implementation of
119- [ SE-0362: Piecemeal adoption of upcoming language improvements] [ SE-0362 ] ,
120- some language features are available on an opt-in basis
121- before being enabled by default.
122-
123- At the beginning of a section or chapter about a future feature,
124- include a note as follows.
125-
126- > Note:
127- > This language feature will be part of Swift * n* .
128- > To enable it in current versions of Swift,
129- > use the feature identifier ` SomeFeatureIdentifier ` .
130- > For information about enabling future language features,
131- > see [ Enabling future language features] ( FIXME ) .
132-
133- [ SE-0362 ] : https://github.com/apple/swift-evolution/blob/main/proposals/0362-piecemeal-future-features.md
134-
135116## headings
136117
137118Use number signs (` # ` ) for headings, not underlines.
@@ -285,6 +266,25 @@ when it‘s the actual agent performing the action.
285266We don’t distinguish between the parts of the compiler
286267like the parser or the lexer or the optimizer.
287268
269+ ## upcoming features
270+
271+ Starting with the implementation of
272+ [ SE-0362: Piecemeal adoption of upcoming language improvements] [ SE-0362 ] ,
273+ some language features are available on an opt-in basis
274+ before being enabled by default.
275+
276+ At the beginning of a section or chapter about a future feature,
277+ include a note as follows.
278+
279+ > Note:
280+ > This language feature will be part of Swift * n* .
281+ > To enable it in current versions of Swift,
282+ > use the feature identifier ` SomeFeatureIdentifier ` .
283+ > For information about enabling future language features,
284+ > see [ Enabling future language features] ( FIXME ) .
285+
286+ [ SE-0362 ] : https://github.com/apple/swift-evolution/blob/main/proposals/0362-piecemeal-future-features.md
287+
288288# Tone
289289
290290In general, and especially in the guide,
0 commit comments