File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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")
You can’t perform that action at this time.
0 commit comments