Skip to content

Commit

Permalink
Merge pull request #6199 from wilzbach/changelog-links
Browse files Browse the repository at this point in the history
Fix broken links in the std.parallelism.fold changelog entry
merged-on-behalf-of: Petar Kirov <[email protected]>
  • Loading branch information
dlang-bot authored Feb 19, 2018
2 parents 6ec02e8 + a370944 commit 9021bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog/std-parallelism-fold.dd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
`fold` is added to `std.parallelism.TaskPool`

$(REF fold, std, parallelism, TaskPool) is functionally equivalent to
$(REF_ALTTEXT `reduce`, reduce, std, parallelism, TaskPool) except the range
$(REF TaskPool.fold, std, parallelism) is functionally equivalent to
$(REF_ALTTEXT TaskPool.reduce, reduce, std, parallelism) except the range
parameter comes first and there is no need to use $(REF_ALTTEXT
`tuple`,tuple,std,typecons) for multiple seeds.

Expand Down

0 comments on commit 9021bd3

Please sign in to comment.