Skip to content

Commit

Permalink
Fix misleading information
Browse files Browse the repository at this point in the history
  • Loading branch information
ETHproductions committed Jan 6, 2017
1 parent 16a5125 commit 491069b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ <h3>`.v()`</h3>
<h3>`.w()`</h3>
<p>Returns `this.reverse()`.</p>
<h3>`.x()`</h3>
<p>Returns `this` reduced with `+`. If all items are numbers, this sums them.</p>
<p>Returns the sum of all items in `this`.</p>
<h3>`.y()`</h3>
<p>If `this` is a 2D array, or an array of strings, transposes rows with columns.</p>
<h3>`.z(n=1)`</h3>
Expand Down

0 comments on commit 491069b

Please sign in to comment.