We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b710f commit 7531dfeCopy full SHA for 7531dfe
type-definitions/Immutable.d.ts
@@ -52,7 +52,7 @@ declare module 'immutable' {
52
* // false, "a", {a: {b: [10, 20, 30]}, c: 40}
53
* // false, "", {"": {a: {b: [10, 20, 30]}, c: 40}}
54
*
55
- * If `reviver` is not provided, the default behavior will convert Arrays intoam
+ * If `reviver` is not provided, the default behavior will convert Arrays into
56
* Lists and Objects into Maps.
57
58
* `reviver` acts similarly to the [same parameter in `JSON.parse`][1].
0 commit comments