From a69c4b9b6d018bd3dfec6505d97641566265b01d Mon Sep 17 00:00:00 2001 From: Timur Kelman Date: Mon, 4 Jan 2021 17:05:55 +0100 Subject: [PATCH] fix example in Lua API.rst Whitespace in the wrong place. --- docs/Lua API.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Lua API.rst b/docs/Lua API.rst index 1fe403034..c03911d7e 100644 --- a/docs/Lua API.rst +++ b/docs/Lua API.rst @@ -4480,7 +4480,7 @@ table passed to the script will have the following fields set: Example usage:: - -- @enable = true + --@ enable = true -- (function definitions...) if dfhack_flags.enable then if dfhack_flags.enable_state then