Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit a3094fa

Browse files
JLHwungalexkuz
authored andcommitted
README: fix sample code typo (#65)
1 parent e611b68 commit a3094fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const json = {
1717
bool: true,
1818
object: {
1919
foo: 'bar'
20-
}
20+
},
2121
immutable: Map({ key: 'value' })
2222
}
2323

0 commit comments

Comments
 (0)