We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea9d5c commit adeb97aCopy full SHA for adeb97a
stdlib/public/core/Character.swift
@@ -30,10 +30,10 @@
30
/// string in a particular binary representation.
31
///
32
/// print("Unicode scalar value count: \(greeting.unicodeScalars.count)")
33
-/// // Prints "Unicode scalar value count: 15"
+/// // Prints "Unicode scalar value count: 8"
34
35
/// print("UTF-8 representation count: \(greeting.utf8.count)")
36
-/// // Prints "UTF-8 representation count: 18"
+/// // Prints "UTF-8 representation count: 11"
37
38
/// Every `Character` instance is composed of one or more Unicode scalar values
39
/// that are grouped together as an *extended grapheme cluster*. The way these
0 commit comments