Skip to content

Commit 3095fbe

Browse files
authored
docs: fix syntax highlighting unit testing example
1 parent 9e0c922 commit 3095fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/section-4-syntax-highlighting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ var abc = function(d) {
445445
}
446446

447447
baz();
448-
^ !variable
448+
// <- !variable
449449
};
450450
```
451451

0 commit comments

Comments
 (0)