fix true spelling

This commit is contained in:
Krishna Vedala 2020-08-27 11:32:22 -04:00
parent 1accd5f01a
commit 999fd302dd
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -83,7 +83,7 @@ class trie {
/** search a string exists inside the trie /** search a string exists inside the trie
* @param str string to search for * @param str string to search for
* @param index start index to search from * @param index start index to search from
* @returns `tre` if found * @returns `true` if found
* @returns `false` if not found * @returns `false` if not found
*/ */
bool search(const std::string& str, int index) { bool search(const std::string& str, int index) {