Skip to content

Commit

Permalink
Merge pull request jashkenas#2203 from jashkenas/reduce-right-native
Browse files Browse the repository at this point in the history
Remove native #reduceRight reference
  • Loading branch information
michaelficarra committed Jun 1, 2015
2 parents 8ed5732 + 66d61e8 commit c9a9f15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,7 @@ <h2 id="collections">Collection Functions (Arrays or Objects)</h2>
<b class="header">reduceRight</b><code>_.reduceRight(list, iteratee, memo, [context])</code>
<span class="alias">Alias: <b>foldr</b></span>
<br />
The right-associative version of <b>reduce</b>. Delegates to the
JavaScript 1.8 version of <b>reduceRight</b>, if it exists. <b>Foldr</b>
The right-associative version of <b>reduce</b>. <b>Foldr</b>
is not as useful in JavaScript as it would be in a language with lazy
evaluation.
</p>
Expand Down

0 comments on commit c9a9f15

Please sign in to comment.