Typo in REF macro parameter list in each doc.

`$(REF Flag, std.typecons)`!"each"` should have a comma between the package names, not a dot. It was causing the text to render as `std.typecons..Flag!"each"`.
This commit is contained in:
Mike Parker 2018-11-09 19:43:43 +09:00 committed by GitHub
parent b166873570
commit e44a862811
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -860,7 +860,7 @@ parallel, std,parallelism).
Normally the entire range is iterated. If partial iteration (early stopping) is
desired, `fun` needs to return a value of type $(REF Flag,
std.typecons)`!"each"` (`Yes.each` to continue iteration, or `No.each` to stop
std,typecons)`!"each"` (`Yes.each` to continue iteration, or `No.each` to stop
iteration).
Params: