Skip to content

Commit 924bae3

Browse files
committed
pick changelog fixes from master
- did not land in generated changelog as that is generated from stable (see dlang/phobos#6199 and dlang/phobos#6226)
1 parent 83565a0 commit 924bae3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

changelog/2.079.0.dd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ assert(sharedFLObj.deallocate(b));
11361136
$(LI $(LNAME2 std-file-readText,readText now checks BOMs)
11371137
$(P
11381138
$(REF readText, std, file) now checks for a
1139-
$(HTTP https://en.wikipedia.org/wiki/Byte_order_mark, BOM). If a BOM is present
1139+
$(HTTPS en.wikipedia.org/wiki/Byte_order_mark, BOM). If a BOM is present
11401140
and it is for UTF-8, UTF-16, or UTF-32, $(REF readText, std, file) verifies
11411141
that it matches the requested string type and the endianness of the machine,
11421142
and if there is a mismatch, a $(REF UTFException, std, utf) is thrown without
@@ -1162,8 +1162,8 @@ the cast would throw an Error, killing the program.
11621162

11631163
$(LI $(LNAME2 std-parallelism-fold,`fold` is added to `std.parallelism.TaskPool`)
11641164
$(P
1165-
$(REF fold, std, parallelism, TaskPool) is functionally equivalent to
1166-
$(REF_ALTTEXT `reduce`, reduce, std, parallelism, TaskPool) except the range
1165+
$(REF TaskPool.fold, std, parallelism) is functionally equivalent to
1166+
$(REF_ALTTEXT TaskPool.reduce, reduce, std, parallelism) except the range
11671167
parameter comes first and there is no need to use $(REF_ALTTEXT
11681168
`tuple`,tuple,std,typecons) for multiple seeds.
11691169
)

0 commit comments

Comments
 (0)