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 363cec3 commit a1b4a69Copy full SHA for a1b4a69
source/02_language_guide/03_Strings_and_Characters.md
@@ -89,7 +89,7 @@ It also ends with a line break.
89
90
```swift
91
let wiseWords = "\"Imagination is more important than knowledge\" - Einstein"
92
-// "Imageination is more important than knowledge" - Enistein
+// "Imagination is more important than knowledge" - Einstein
93
let dollarSign = "\u{24}" // $,Unicode 标量 U+0024
94
let blackHeart = "\u{2665}" // ♥,Unicode 标量 U+2665
95
let sparklingHeart = "\u{1F496}" // 💖,Unicode 标量 U+1F496
0 commit comments