@@ -1136,7 +1136,7 @@ assert(sharedFLObj.deallocate(b));
1136
1136
$(LI $(LNAME2 std-file-readText,readText now checks BOMs)
1137
1137
$(P
1138
1138
$(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
1140
1140
and it is for UTF-8, UTF-16, or UTF-32, $(REF readText, std, file) verifies
1141
1141
that it matches the requested string type and the endianness of the machine,
1142
1142
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.
1162
1162
1163
1163
$(LI $(LNAME2 std-parallelism-fold,`fold` is added to `std.parallelism.TaskPool`)
1164
1164
$(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
1167
1167
parameter comes first and there is no need to use $(REF_ALTTEXT
1168
1168
`tuple`,tuple,std,typecons) for multiple seeds.
1169
1169
)
0 commit comments