1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 16:54:23 +02:00

update doc

This commit is contained in:
Justin Lin
2021-02-07 17:55:40 +08:00
parent f843190329
commit 3edfff3cfd

View File

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