docs: specifics

This commit is contained in:
Jacob Nguyen
2023-05-06 03:18:09 -05:00
parent 9f213e9e8c
commit bf6b99ff03

View File

@@ -20,7 +20,7 @@ export function partition<T, V>(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
*/