Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc66d4a

Browse filesBrowse files
committed
Merge branch 'patch-1'
2 parents 51d934e + 6afb4b7 commit fc66d4a
Copy full SHA for fc66d4a

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
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 } = require('immutable')
560-
const map = Map({ a: 1, b: 2, c: 3 }
559+
const { Map, Seq } = require('immutable')
560+
const map = Map({ a: 1, b: 2, c: 3 })
561561
const lazySeq = Seq(map)
562562
```
563563

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.