Fix pred description when there's no needle

This commit is contained in:
Nick Treleaven 2024-03-13 11:23:16 +00:00
parent 4ea7dd3e07
commit 0b45fc77c6

View file

@ -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: