mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
remove stray paren
This commit is contained in:
parent
77843a07c6
commit
e85bf83bd3
1 changed files with 1 additions and 1 deletions
|
@ -1455,7 +1455,7 @@ unittest
|
||||||
/**
|
/**
|
||||||
Sums elements of $(D r), which must be a finite $(LINK2 std_range.html#isInputRange, input range). Although
|
Sums elements of $(D r), which must be a finite $(LINK2 std_range.html#isInputRange, input range). Although
|
||||||
conceptually $(D sum(r)) is equivalent to $(LREF reduce)!((a, b) => a +
|
conceptually $(D sum(r)) is equivalent to $(LREF reduce)!((a, b) => a +
|
||||||
b)(0, r)), $(D sum) uses specialized algorithms to maximize accuracy,
|
b)(0, r), $(D sum) uses specialized algorithms to maximize accuracy,
|
||||||
as follows.
|
as follows.
|
||||||
|
|
||||||
$(UL
|
$(UL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue