diff --git a/src/core/functions.ts b/src/core/functions.ts index 625e334..f0f69e3 100644 --- a/src/core/functions.ts +++ b/src/core/functions.ts @@ -20,7 +20,7 @@ export function partition(arr: (T & V)[], condition: (e: T & V) => boolean } /** - * Uses an iterative DFS to check if an autocomplete node exists + * Uses an iterative DFS to check if an autocomplete node exists on the option tree * @param iAutocomplete * @param options */