From 021208fd22ef5848d5440ff1e9249b9ed9db2ee4 Mon Sep 17 00:00:00 2001 From: Don Date: Sun, 14 Aug 2016 07:21:29 -0700 Subject: [PATCH] Update lua_api.txt --- doc/lua_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 93d9fb506..38f19aadc 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -3487,7 +3487,7 @@ Definition tables tool_capabilities = { full_punch_interval = 1.0, max_drop_level = 0, - groupcaps={ + groupcaps = { -- For example: choppy = {times = {[1] = 2.50, [2] = 1.40, [3] = 1.00}, uses = 20, maxlevel = 2}, },