Skip to content

Commit 29d0b7e

Browse files
committed
개행추가
1 parent 7c71dd2 commit 29d0b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implement-trie-prefix-tree/yeeZinu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ Trie.prototype.startsWith = function(prefix) {
7979
* obj.insert(word)
8080
* var param_2 = obj.search(word)
8181
* var param_3 = obj.startsWith(prefix)
82-
*/
82+
*/

0 commit comments

Comments
 (0)