Browse Source

fix(collections): correct typo

pull/1068/head
davhojt 2 years ago
parent
commit
c9a5c7c7d4
No known key found for this signature in database
GPG Key ID: C8C3C515E7AF0D2D
  1. 2
      subjects/collections/README.md

2
subjects/collections/README.md

@ -62,7 +62,7 @@ superTypeOf(superTypeOf) // -> 'Function'
### Notions
- [typeof](https://devdocs.io/javascript/operators/typeof)
- [Sspread syntax](https://devdocs.io/javascript/operators/spread_syntax)
- [Spread syntax](https://devdocs.io/javascript/operators/spread_syntax)
- [Map](https://devdocs.io/javascript/global_objects/map)
- [Set](https://devdocs.io/javascript/global_objects/set)
- [Object.fromEntries](https://devdocs.io/javascript/global_objects/object/fromentries)

Loading…
Cancel
Save