Skip to content

Commit

Permalink
forgot one last local
Browse files Browse the repository at this point in the history
  • Loading branch information
profan committed Jun 23, 2019
1 parent 6a0607c commit 15421a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tree:insert("perceive")
tree:insert("original")
tree:insert("beautiful")

result = tree:query("beutiful", 1)
local result = tree:query("beutiful", 1)

for k, v in pairs(result) do
print (v.str)
Expand Down

0 comments on commit 15421a5

Please sign in to comment.