It's Yes...

This commit is contained in:
Andrei Alexandrescu 2017-03-11 20:16:52 -05:00 committed by Sebastian Wilzbach
parent 662acd4cf6
commit b803ffabd4

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"` (`No.each` to continue iteration, or `No.each` to stop
std.typecons)`!"each"` (`Yes.each` to continue iteration, or `No.each` to stop
iteration).
Params: