From 15421a59ae5d6e748f30eb24998087df276f1c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20H=C3=BCbner?= Date: Sun, 23 Jun 2019 08:00:59 +0200 Subject: [PATCH] forgot one last local --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f6c31b..85fe835 100644 --- a/README.md +++ b/README.md @@ -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)