Merge pull request #2608 from kunalb/patch-2

Correct documentation for anySatisfy
This commit is contained in:
Михаил Страшун 2014-10-11 05:53:43 +02:00
commit a5cd0d85ff

View file

@ -617,7 +617,7 @@ unittest
}
/**
Tests whether all given items satisfy a template predicate, i.e. evaluates to
Tests whether any given items satisfy a template predicate, i.e. evaluates to
$(D F!(T[0]) || F!(T[1]) || ... || F!(T[$ - 1])).
Evaluation is $(I not) short-circuited if a true result is encountered; the