8000 Fix typo in README · ui-frontend/immutable-js@ec76ef8 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec76ef8

Browse files
committed
Fix typo in README
1 parent 542a8b1 commit ec76ef8

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
@@ -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