Skip to content

Commit 0028c95

Browse files
committed
Minor wording amendment
1 parent 60a1491 commit 0028c95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposals/NNNN-adoption-tooling-for-swift-features.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ and testing code where a change in behavior is preferable.
9292

9393
## Proposed solution
9494

95-
Introduce the notion of a ***migrate*** mode for individual experimental and
95+
Introduce the notion of a migration mode for individual experimental and
9696
upcoming features.
9797
The core idea behind migration mode is a declaration of intent that can be
9898
leveraged to build better supportive adoption experiences for developers.
@@ -150,8 +150,8 @@ be emitted.
150150
This warning will belong to the diagnostic group `StrictLanguageFeatures`.
151151
In a series of either of these options applied to a given feature, only the
152152
last option will be honored.
153-
If an upcoming feature is both implied by the effective language mode and
154-
enabled in migration, the latter will be disregarded.
153+
If a feature is both implied by the effective language mode and enabled in
154+
migration mode, the latter option will be disregarded.
155155

156156
### Diagnostics
157157

0 commit comments

Comments
 (0)