mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
fix true spelling
This commit is contained in:
parent
1accd5f01a
commit
999fd302dd
@ -83,7 +83,7 @@ class trie {
|
||||
/** search a string exists inside the trie
|
||||
* @param str string to search for
|
||||
* @param index start index to search from
|
||||
* @returns `tre` if found
|
||||
* @returns `true` if found
|
||||
* @returns `false` if not found
|
||||
*/
|
||||
bool search(const std::string& str, int index) {
|
||||
|
Loading…
Reference in New Issue
Block a user