We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6520662 + 76cc67c commit 86b4b70Copy full SHA for 86b4b70
lib/containers/trie.rb
@@ -13,7 +13,7 @@ class Containers::Trie
13
#
14
# t = Containers::Trie.new
15
# t["hello"] = "world"
16
- # t["hello] #=> "world"
+ # t["hello"] #=> "world"
17
def initialize
18
@root = nil
19
end
0 commit comments