aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/content/chapter0_basics/lesson07_strings/code.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter0_basics/lesson07_strings/code.gleam b/src/content/chapter0_basics/lesson07_strings/code.gleam
index fedcfff..ea47e0f 100644
--- a/src/content/chapter0_basics/lesson07_strings/code.gleam
+++ b/src/content/chapter0_basics/lesson07_strings/code.gleam
@@ -11,7 +11,7 @@ pub fn main() {
)
io.debug("\u{1F600}")
- // Use io.println to see an escape sequence in action
+ // Double quote can be escaped
io.println("\"X\" marks the spot")
// String concatenation