Skip to content

Commit

Permalink
Fixed header for reduceRight.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolmo committed Oct 28, 2010
1 parent 3f07991 commit 942ae33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/Types/Array.Extras.md
Expand Up @@ -155,7 +155,7 @@ Apply a function against an accumulator and each value of the array (from left-t
### See also:
- [MDC Array.reduce][]

Array Method: unique {#Array:reduceRight}
Array Method: reduceRight {#Array:reduceRight}
-------------------------------------

Apply a function simultaneously against two values of the array (from right-to-left) as to reduce it to a single value.
Expand Down

0 comments on commit 942ae33

Please sign in to comment.