Skip to content

Commit a77d037

Browse files
committed
wording improvements.
1 parent a9e0908 commit a77d037

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,16 @@ sampling of potentially good ideas that are not in scope for Swift
7979
in future releases. We don't want the existence of a macro system to be a
8080
workaround that reduces the incentive for making the core language great.
8181

82-
* **Major new Library Functionality**: The Swift Standard Library is focused on
83-
providing core "language" functionality as well as common datastructures. The
82+
* **Major new library functionality**: The Swift Standard Library is focused on
83+
providing core "language" functionality as well as common data structures. The
8484
"corelibs" projects are focused on providing existing Foundation functionality
85-
in a portable way. Major new libraries (e.g. a new Logging subsystem) are
85+
in a portable way. We *will* consider minor extensions to their existing
86+
feature sets to round out these projects.
87+
88+
On the other hand, major new libraries (e.g. a new Logging subsystem) are
8689
best developed as independent projects on GitHub (or elsewhere) and organized
8790
with the Swift Package Manager. Beyond Swift 3 we may consider standardizing
88-
popular packages or expanding the scope of the project. We *will* consider
89-
minor extensions to the existing feature set.
91+
popular packages or expanding the scope of the project.
9092

9193
### Accepted proposals for Swift 3.0
9294

0 commit comments

Comments
 (0)