From a62868576e30aaf4ff09878bf8acffde7b039379 Mon Sep 17 00:00:00 2001 From: Thomas Jollans Date: Sun, 8 Dec 2024 08:55:54 +0100 Subject: [PATCH] correct example string --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 55ec9ed..371499c 100644 --- a/SPEC.md +++ b/SPEC.md @@ -654,7 +654,7 @@ You can show examples of """ without worrying about escapes. ``` -or equivalently, `"You can show examples of """\n multi-line strings\n """\nwithout worrying about escapes."` as a Quoted String. +or equivalently, `"You can show examples of \"\"\"\n multi-line strings\n \"\"\"\nwithout worrying about escapes."` as a Quoted String. ### Number