mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 13:40:20 +03:00
Fix pred description when there's no needle
This commit is contained in:
parent
4ea7dd3e07
commit
0b45fc77c6
1 changed files with 1 additions and 1 deletions
|
@ -720,7 +720,7 @@ that is returned right away, otherwise
|
|||
performs $(BIGOH haystack.length) to walk the range.
|
||||
|
||||
Params:
|
||||
pred = Optional predicate to compare elements.
|
||||
pred = Optional predicate to find elements.
|
||||
haystack = The range to _count.
|
||||
|
||||
Returns:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue