From 327d3b4a298f33a44fa7a8714086de50dddbfb5f Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 19 Mar 2020 09:14:08 +0800 Subject: [PATCH] update doc --- docs/lib2x-has.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib2x-has.md b/docs/lib2x-has.md index 1aea8145..c94dae1d 100644 --- a/docs/lib2x-has.md +++ b/docs/lib2x-has.md @@ -8,7 +8,7 @@ If `lt` contains `elem`, this function returns `true`. If you want to test eleme - `lt` : A list of vectors. - `elem` : A vector. -- `sorted` : If `false`, use native `search`. If `true`, `lt` must be sorted by zyx (from the last idx to first) and `has` will use binary search internally. +- `sorted` : If `false` (default), use native `search`. If `true`, `lt` must be sorted by zyx (from the last idx to first) and `has` will use binary search internally. ## Examples