Skip to content

Commit a9bcfaf

Browse files
committed
SF-0033: Clarify which "case-insensitivity" is used.
In response to: https://forums.swift.org/t/review-sf-0033-string-encoding-names/81965/8
1 parent 3186ee7 commit a9bcfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Proposals/0033-String-Encoding-Names.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Accordingly, this proposal suggests just simple correspondence between `String.E
224224

225225
### Name to `String.Encoding`
226226

227-
- `init(ianaName:)` adopts case-insensitive comparison with *Preferred MIME Name*, *Name*, and *Aliases*.
227+
- `init(ianaName:)` adopts ASCII case-insensitive comparison with *Preferred MIME Name*, *Name*, and *Aliases*.
228228

229229

230230
## Source compatibility

0 commit comments

Comments
 (0)