Skip to content

Commit 2fe5885

Browse files
authored
just a typo
I just paste readme's example on the console and I got a `Uncaught SyntaxError: Unexpected identifier` :D
1 parent 8279544 commit 2fe5885

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
@@ -27,8 +27,8 @@ import delve from 'dlv';
2727
let obj = {
2828
a: {
2929
b: {
30-
c: 1
31-
d: undefined
30+
c: 1,
31+
d: undefined,
3232
e: null
3333
}
3434
}

0 commit comments

Comments
 (0)