Skip to content

Commit 7d34787

Browse files
committed
refactor
1 parent e4d0892 commit 7d34787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design-add-and-search-words-data-structure/delight010.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class WordDictionary {
55
var isEndOfWord: Bool = false
66
}
77

8-
var root: TrieNode?
8+
var root: TrieNode
99

1010
init() {
1111
root = TrieNode()

0 commit comments

Comments
 (0)