Skip to content

Commit 15f990b

Browse files
committed
docs: 잘못 기입한 문자 제거
1 parent 6b013ad commit 15f990b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

implement-trie-prefix-tree/invidam.go.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ func Constructor() Trie {
2323

2424
func (this *Trie) Insert(word string) {
2525
if len(word) == 0 {
26-
2726
return
2827
}
2928

0 commit comments

Comments
 (0)