Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da1902b

Browse files
author
Travis CI
committed
Deploy a22ece7 to NPM branch
1 parent cb161ac commit da1902b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,8 @@ Any collection can be converted to a lazy Seq with `Seq()`.
556556

557557
<!-- runkit:activate -->
558558
```js
559-
const { Map, Seq } = require('immutable')
560-
const map = Map({ a: 1, b: 2, c: 3 })
559+
const { Map } = require('immutable')
560+
const map = Map({ a: 1, b: 2, c: 3 }
561561
const lazySeq = Seq(map)
562562
```
563563

0 commit comments

Comments
 (0)