Skip to content

Commit

Permalink
Addressed a typo in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ohjay committed May 21, 2016
1 parent 59b9544 commit 874496b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/trie.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Trie.prototype = {
* It is assumed that the word does not already exist in the trie;
* thus, this function works by following the characters of the word
* (starting from the end) through the trie – and when it reaches a dead end,
* it returns an approximation from th set of all of the dead end node's children.
* it returns an approximation from the set of all of the dead end node's children.
*
* @param {Array} charArray An array of characters to follow
* @return {String} An approximation of the word specified by CHAR_ARRAY
Expand Down

0 comments on commit 874496b

Please sign in to comment.