Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions stdlib/public/core/UnavailableStringAPIs.swift.gyb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ stringSubscriptComment = """
/// of character data.
///
/// - `String.chracters` is a collection of extended grapheme
/// clusters, which are an approximation of user-precieved
/// clusters, which are an approximation of user-perceived
/// characters.
///
/// Note that when processing strings that contain human-readable
Expand Down Expand Up @@ -100,7 +100,7 @@ ${stringSubscriptComment}
///
/// - `String.chracters.count` property returns the number of
/// extended grapheme clusters. Use this API to count the
/// number of user-precieved characters in the string.
/// number of user-perceived characters in the string.
@available(
*, unavailable,
message="there is no universally good answer, see the documentation comment for discussion")
Expand Down