Skip to content

Commit bfeccda

Browse files
committed
docs: syntax-errors: mobile quotes
1 parent eb19b7e commit bfeccda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/syntax-errors.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
-const a = 'hello;
2020
+const a = 'hello';
2121

22+
-const b = ‘hello world’;
23+
+const b = 'hello world';
24+
2225
-x('hello);
2326
+x('hello');
2427
const m = {

0 commit comments

Comments
 (0)