Skip to content

Commit efe7491

Browse files
committed
Update 0006-apply-api-guidelines-to-the-standard-library.md
1 parent 6730c35 commit efe7491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Swift 3.
1414
## Proposed solution
1515

1616
The actual work is being performed on the [swift-3-api-guidelines
17-
branch][swift-stdlib-update] of the [Swift repository][swift-repo].
17+
branch][swift-3-api-guidelines-repo] of the [Swift repository][swift-repo].
1818
On high level, the changes can be summarized as follows.
1919

2020
* Strip `Type` suffix from remaining protocol names. In a few special cases
@@ -30,7 +30,7 @@ On high level, the changes can be summarized as follows.
3030

3131
Differences between Swift 2.2 Standard library API and the proposed API are
3232
added to this section as they are being implemented on the
33-
[swift-3-api-guidelines branch][swift-stdlib-update].
33+
[swift-3-api-guidelines branch][swift-3-api-guidelines-repo].
3434

3535
## Impact on existing code
3636

0 commit comments

Comments
 (0)