We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 257b92c + 7531dfe commit 089d496Copy full SHA for 089d496
type-definitions/Immutable.d.ts
@@ -677,7 +677,7 @@ declare module 'immutable' {
677
* JavaScript Object.
678
*
679
* Note that `OrderedMap` are more expensive than non-ordered `Map` and may
680
- * consume more memory. `OrderedMap#set` is amoratized O(log32 N), but not
+ * consume more memory. `OrderedMap#set` is amortized O(log32 N), but not
681
* stable.
682
*/
683
@@ -830,7 +830,7 @@ declare module 'immutable' {
830
* The iteration behavior of OrderedSet is the same as native ES6 Set.
831
832
* Note that `OrderedSet` are more expensive than non-ordered `Set` and may
833
- * consume more memory. `OrderedSet#add` is amoratized O(log32 N), but not
+ * consume more memory. `OrderedSet#add` is amortized O(log32 N), but not
834
835
836
export module OrderedSet {
0 commit comments