Skip to content

Commit

Permalink
Fix pred description when there's no needle
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrel committed Mar 13, 2024
1 parent 4ea7dd3 commit 0b45fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/algorithm/searching.d
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0b45fc7

Please sign in to comment.