Skip to content

Commit 5265ae7

Browse files
Merge pull request #58903 from ole/patch-1
Reintroduce intentional typo in Unicode doc comment
2 parents 97f490c + 46c472f commit 5265ae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/UnicodeScalarProperties.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,8 +1263,8 @@ extension Unicode.Scalar.Properties {
12631263
/// The name of a scalar is immutable and never changed in future versions of
12641264
/// the Unicode Standard. The `nameAlias` property is provided to issue
12651265
/// corrections if a name was issued erroneously. For example, the `name` of
1266-
/// U+FE18 is "PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRACKET"
1267-
/// (note that "BRACKET" is misspelled). The `nameAlias` property then
1266+
/// U+FE18 is "PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRAKCET"
1267+
/// (note that "BRAKCET" is misspelled). The `nameAlias` property then
12681268
/// contains the corrected name.
12691269
///
12701270
/// If a scalar has no alias, this property is `nil`.

0 commit comments

Comments
 (0)