From 3bcc4ac8394246df4cee0e8480d321259463b5eb Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sat, 20 Jan 2024 09:37:06 +0000 Subject: [PATCH] Alter wording --- src/content/chapter0_basics/lesson07_strings/code.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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