mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-06 04:53:30 +08:00
fix true spelling
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user