File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1430,14 +1430,14 @@ declare module Immutable {
1430
1430
readonly size : number ;
1431
1431
1432
1432
/**
1433
- * Returns a new OrderedMap also containing the new key, value pair. If an equivalent
1434
- * key already exists in this OrderedMap, it will be replaced while maintaining the
1435
- * existing order.
1433
+ * Returns a new OrderedMap also containing the new key, value pair. If an
1434
+ * equivalent key already exists in this OrderedMap, it will be replaced
1435
+ * while maintaining the existing order.
1436
1436
*
1437
1437
* <!-- runkit:activate -->
1438
1438
* ```js
1439
- * const { OrderedMapMap } = require('immutable')
1440
- * const originalMap = Immutable. OrderedMap({a:1, b:1, c:1})
1439
+ * const { OrderedMap } = require('immutable')
1440
+ * const originalMap = OrderedMap({a:1, b:1, c:1})
1441
1441
* const updatedMap = originalMap.set('b', 2)
1442
1442
*
1443
1443
* originalMap
You can’t perform that action at this time.
0 commit comments