Skip to content

Commit

Permalink
Updated documentation for Y.Array forEach
Browse files Browse the repository at this point in the history
  • Loading branch information
blackening committed Jul 9, 2019
1 parent 36203af commit f0262ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.v13.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ position 0.
<dd></dd>
<b><code>length:number</code></b>
<dd></dd>
<b><code>forEach(function(index:number,value:object|boolean|Array|string|number|Uint8Array|Y.Type))</code></b>
<b><code>forEach(function(value:object|boolean|Array|string|number|Uint8Array|Y.Type, index:number, array: Y.Array))</code></b>
<dd></dd>
<b><code>map(function(T, number, YArray):M):Array&lt;M&gt;</code></b>
<dd></dd>
Expand Down

0 comments on commit f0262ff

Please sign in to comment.