Skip to content

Commit 4a844c4

Browse files
authored
Fix indentation
1 parent 8204545 commit 4a844c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ value references. This is because compound values are unsuitable to represent st
385385
```js
386386
[
387387
[STRING_START, '"'],
388-
[VALUE, 'hello, '],
389-
[VALUE_REF, name],
388+
[VALUE, 'hello, '],
389+
[VALUE_REF, name],
390390
[STRING_END]
391391
]
392392
```

0 commit comments

Comments
 (0)