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 ec76ef8

Browse filesBrowse files
committed
Fix typo in README
1 parent 542a8b1 commit ec76ef8
Copy full SHA for ec76ef8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ var map3 = map1.merge(map2, obj);
138138
// Map { a: 20, b: 2, c: 10, d: 1000, t: 30, o: 2000, g: 300 }
139139
```
140140

141-
This is possible because `immutible` can treat any JavaScript Array or Object
141+
This is possible because `immutable` can treat any JavaScript Array or Object
142142
as a Sequence. You can take advantage of this in order to get sophisticated
143143
sequence methods on JavaScript Objects, which otherwise have a very sparse
144144
native API. Because Sequences evaluate lazily and do not cache intermediate

0 commit comments

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