8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 089d496 + 6274e6a commit d7319e0Copy full SHA for d7319e0
README.md
@@ -90,7 +90,7 @@ of your file.
90
import Immutable = require('immutable');
91
var map1: Immutable.Map<string, number>;
92
map1 = Immutable.Map({a:1, b:2, c:3});
93
-var map2 = map1.set('b', 20);
+var map2 = map1.set('b', 50);
94
map1.get('b'); // 2
95
map2.get('b'); // 50
96
```
0 commit comments