Skip to content

Commit a251786

Browse files
committed
Address review feedback
1 parent 12f0033 commit a251786

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

proposals/0006-apply-api-guidelines-to-the-standard-library.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22

33
* Proposal: [SE-0006](https://github.com/apple/swift-evolution/proposals/0006-apply-api-guidelines-to-the-standard-library.md)
44
* Author(s): [Dave Abrahams](https://github.com/dabrahams), [Dmitri Gribenko](https://github.com/gribozavr), [Maxim Moiseev](https://github.com/moiseev)
5-
* Status: **Review**
6-
* Review manager: TBD
5+
* Status: **Awaiting Review**
6+
* Review manager: [Doug Gregor](https://github.com/DougGregor)
77

88
## Introduction
99

10-
The entire Swift standard library is being reviewed and updated to follow the
11-
[Swift API Design Guidelines][api-design-guidelines] being developed as part of
12-
Swift 3.
10+
[Swift API Design Guidelines][api-design-guidelines] being developed as
11+
part of Swift 3. It is important that the Standard Library is an exemplar of
12+
Swift API Design Guidelines: the APIs from the Standard Library are, probably,
13+
the most frequently used Swift APIs in any application domain; the Standard
14+
Library also sets precedent for other libraries.
15+
16+
In this project, we are reviewing the entire Standard Library and updating it
17+
to follow the guidelines.
1318

1419
## Proposed solution
1520

0 commit comments

Comments
 (0)