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 = """
39
39
/// of character data.
40
40
///
41
41
/// - `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
43
43
/// characters.
44
44
///
45
45
/// Note that when processing strings that contain human-readable
@@ -100,7 +100,7 @@ ${stringSubscriptComment}
100
100
///
101
101
/// - `String.chracters.count` property returns the number of
102
102
/// 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.
104
104
@available(
105
105
*, unavailable,
106
106
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