Skip to content

Commit f9dd0f8

Browse files
authored
Merge pull request #4660 from 9il/9il-patch-3
fix docs in algorithm.iteration
2 parents dc56fc1 + efe33e3 commit f9dd0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/algorithm/iteration.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2591,7 +2591,7 @@ See_Also:
25912591
to use in UFCS chains.
25922592
25932593
$(LREF sum) is similar to $(D reduce!((a, b) => a + b)) that offers
2594-
precise summing of floating point numbers.
2594+
pairwise summing of floating point numbers.
25952595
+/
25962596
template reduce(fun...) if (fun.length >= 1)
25972597
{

0 commit comments

Comments
 (0)