Skip to content

Commit 3a822c7

Browse files
committed
fix typo
1 parent 7cc9a7d commit 3a822c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0161-StringRevision1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# String Revision: Collection Conformance, C Interop, Transcoding
22

3-
* Proposal: [SE-NNNN](NNNN-StringCollection.md)
3+
* Proposal: [SE-0161](0161-StringRevision1.md)
44
* Authors: [Ben Cohen](https://github.com/airspeedswift), [Dave Abrahams](http://github.com/dabrahams/)
55
* Review Manager: TBD
66
* Status: **Awaiting review**
@@ -18,7 +18,7 @@ Specifically:
1818
* Create a `Substring` type for `String.SubSequence`
1919
* Create a `Unicode` protocol to allow for generic operations over both types.
2020
* Consolidate on a concise set of C interop methods.
21-
* Revise the transoding infrastructure.
21+
* Revise the transcoding infrastructure.
2222

2323
Other existing aspects of `String` remain unchanged for the purposes of this
2424
proposal.

0 commit comments

Comments
 (0)