Skip to content

Commit 814b3d2

Browse files
committed
Merge pull request #279 from radex/patch-1
Fix typo in UnavailableStringAPIs.swift.gyb
2 parents 846a6dc + d029f7e commit 814b3d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/UnavailableStringAPIs.swift.gyb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ stringSubscriptComment = """
3939
/// of character data.
4040
///
4141
/// - `String.chracters` is a collection of extended grapheme
42-
/// clusters, which are an approximation of user-precieved
42+
/// clusters, which are an approximation of user-perceived
4343
/// characters.
4444
///
4545
/// Note that when processing strings that contain human-readable
@@ -100,7 +100,7 @@ ${stringSubscriptComment}
100100
///
101101
/// - `String.chracters.count` property returns the number of
102102
/// extended grapheme clusters. Use this API to count the
103-
/// number of user-precieved characters in the string.
103+
/// number of user-perceived characters in the string.
104104
@available(
105105
*, unavailable,
106106
message="there is no universally good answer, see the documentation comment for discussion")

0 commit comments

Comments
 (0)