From f964ba36f01f0783a62b89a2f27965de304848ec Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Tue, 4 May 2021 02:38:24 -0700 Subject: [PATCH] Updated Lua Scripting (markdown) --- Lua-Scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lua-Scripting.md b/Lua-Scripting.md index 5532badd..2f16c69b 100644 --- a/Lua-Scripting.md +++ b/Lua-Scripting.md @@ -3,7 +3,7 @@ ## Conventions - The Lua interpreter will trigger an error if there is a mistake in the program, check the rusEFI console to see errors and script output. -- All `index` parameters start with the first element at index at 0. +- Unless otherwise mentioned, all `index` parameters start with the first element at index at 0. ## Writing Your Script