diff --git a/docs/lib3x-bsearch.md b/docs/lib3x-bsearch.md index c85fd7c1..51c68648 100644 --- a/docs/lib3x-bsearch.md +++ b/docs/lib3x-bsearch.md @@ -7,7 +7,7 @@ The `bsearch` function is a general-purpose function to search a value in a list ## Parameters - `sorted` : The sorted list. -- `target` : The target vector or a function literal. +- `target` : The target vector or a function literal that returns a negative integer, zero, or a positive integer as the element is less than, equal to, or greater than the value you want to search. ## Examples