Skip to content

Commit

Permalink
Alter wording
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 20, 2024
1 parent a6bb176 commit 3bcc4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/chapter0_basics/lesson07_strings/code.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bcc4ac

Please sign in to comment.