From 79af24a577bb1769cfb62231a4cccf1ca1a6b553 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Mon, 8 Jul 2024 08:39:20 -0700 Subject: [PATCH] Fix typo --- manual/src/tricky_cases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/src/tricky_cases.md b/manual/src/tricky_cases.md index 079a7d4a6..1e94dae2b 100644 --- a/manual/src/tricky_cases.md +++ b/manual/src/tricky_cases.md @@ -355,7 +355,7 @@ still want to know when whitespace changes inside strings. `" "` and // Before foo("looooong", "also looooong"); -// Before +// After foo( "looooong", "novel",