From 3095fbe07bbcc605910b7ad8bbd6313e0a07e678 Mon Sep 17 00:00:00 2001 From: Stefano Volpe Date: Sat, 6 Jul 2024 07:33:24 +0000 Subject: [PATCH] docs: fix syntax highlighting unit testing example --- docs/section-4-syntax-highlighting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/section-4-syntax-highlighting.md b/docs/section-4-syntax-highlighting.md index 818172fd..788f327b 100644 --- a/docs/section-4-syntax-highlighting.md +++ b/docs/section-4-syntax-highlighting.md @@ -445,7 +445,7 @@ var abc = function(d) { } baz(); - ^ !variable + // <- !variable }; ```