Skip to content

Commit

Permalink
Merge pull request #4660 from 9il/9il-patch-3
Browse files Browse the repository at this point in the history
fix docs in algorithm.iteration
  • Loading branch information
WalterBright authored Jul 27, 2016
2 parents dc56fc1 + efe33e3 commit f9dd0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/algorithm/iteration.d
Original file line number Diff line number Diff line change
Expand Up @@ -2591,7 +2591,7 @@ See_Also:
to use in UFCS chains.
$(LREF sum) is similar to $(D reduce!((a, b) => a + b)) that offers
precise summing of floating point numbers.
pairwise summing of floating point numbers.
+/
template reduce(fun...) if (fun.length >= 1)
{
Expand Down

0 comments on commit f9dd0f8

Please sign in to comment.