Fixed typo in documentation for countUntil

This commit is contained in:
James Miller 2012-03-28 16:53:34 +13:00
parent 9273c74aa8
commit db7bf83a23

View file

@ -3664,7 +3664,7 @@ unittest
/++
Returns the number of elements which must be popped from $(D haystack)
before $(D pred(hastack.front)) is $(D true.).
before $(D pred(haystack.front)) is $(D true).
Examples:
--------------------