From d92cb9633f3d0535490d8ec780de72d4fdccd62f Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 30 Mar 2022 02:23:07 +0800 Subject: [PATCH] Correct a typo in tricky_cases.md --- 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 93ffb4a6b..fe3a8a13c 100644 --- a/manual/src/tricky_cases.md +++ b/manual/src/tricky_cases.md @@ -256,7 +256,7 @@ with lots of NOVEL words about lots of stuff.""" ``` -It would be correct to higlight the entire string literal as being +It would be correct to highlight the entire string literal as being removed and replaced with a new string literal. However, this makes it hard to see what's actually changed.