From 08de91e9ce95120f5136ae23486d1c6275d12466 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 9 Feb 2023 20:41:24 +1100 Subject: [PATCH] Update quick-start-guide.md --- quick-start-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick-start-guide.md b/quick-start-guide.md index 8619477..99ba0b3 100644 --- a/quick-start-guide.md +++ b/quick-start-guide.md @@ -25,7 +25,7 @@ var s = "Hello world"; Numbers (both integers and floats) can be delimited with underscores (`_`), to break them up visually e.g. `100_000`. -Strings can be 4096 characters long, and the following characters can be escaped: `/n`, `/t`, `//` and `/"`. +Strings can be 4096 characters long, and the following characters can be escaped: `\n`, `\t`, `\\` and `\"`. ## Compounds