diff --git a/std/algorithm/iteration.d b/std/algorithm/iteration.d index 90a7c08a4..90e4a1679 100644 --- a/std/algorithm/iteration.d +++ b/std/algorithm/iteration.d @@ -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) {