mirror of
https://github.com/dlang/phobos.git
synced 2025-05-02 16:10:45 +03:00
Fixed typo in documentation for countUntil
This commit is contained in:
parent
9273c74aa8
commit
db7bf83a23
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
--------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue