docs: prototype.prototype -> prototype

This commit is contained in:
kyraNET
2018-10-31 17:21:06 +01:00
parent 41735984c1
commit eabc780cbf
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Reduces a given Array-like into a value hash (keyed data store).
Given an Iterable or Array-like structure, call `Array.prototype.prototype.reduce.call()` on the provided object to step over it and return an Object, keyed by the reference value.
Given an Iterable or Array-like structure, call `Array.prototype.reduce.call()` on the provided object to step over it and return an Object, keyed by the reference value.
```js
const toHash = (object, key) =>