Skip to content

Commit 7531dfe

Browse files
committed
Update Immutable.d.ts
1 parent b1b710f commit 7531dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

type-definitions/Immutable.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ declare module 'immutable' {
5252
* // false, "a", {a: {b: [10, 20, 30]}, c: 40}
5353
* // false, "", {"": {a: {b: [10, 20, 30]}, c: 40}}
5454
*
55-
* If `reviver` is not provided, the default behavior will convert Arrays intoam
55+
* If `reviver` is not provided, the default behavior will convert Arrays into
5656
* Lists and Objects into Maps.
5757
*
5858
* `reviver` acts similarly to the [same parameter in `JSON.parse`][1].

0 commit comments

Comments
 (0)