mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
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:
parent
b166873570
commit
e44a862811
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue