Skip to content

Commit e725553

Browse files
hfhbdbenrimmington
authored andcommitted
[SE-0264] Fix typo (swiftlang#1100)
changed pacakge to package
1 parent 9b5957c commit e725553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0264-stdlib-preview-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Since types cannot be emitted into client code, these combination function/type
124124

125125
#### Retirement from the `SwiftPreview` Package
126126

127-
In order to keep the size of the `SwiftPreview` package manageable, re-exported proposal packages will be removed from the bundling package in a version update **1 year** after migration to the standard library. This is a necessary balance between maintainability and convenience. Since the proposal packages will still be available, it should be possible for users of the `SwiftPreview` package to import an individual pacakge if they need to keep it while also wanting to upgrade to the latest version of the `SwiftPreview` package _without_ upgrading to the latest compiler.
127+
In order to keep the size of the `SwiftPreview` package manageable, re-exported proposal packages will be removed from the bundling package in a version update **1 year** after migration to the standard library. This is a necessary balance between maintainability and convenience. Since the proposal packages will still be available, it should be possible for users of the `SwiftPreview` package to import an individual package if they need to keep it while also wanting to upgrade to the latest version of the `SwiftPreview` package _without_ upgrading to the latest compiler.
128128

129129
### Testing
130130

0 commit comments

Comments
 (0)