From bd907032e3b93651f2b969cbc04477bba40faee8 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 26 Jan 2020 15:37:33 +0100 Subject: Documentation cleanup. --- doc/faq.html | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) (limited to 'doc/faq.html') diff --git a/doc/faq.html b/doc/faq.html index be4d9f61..6208882b 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -13,7 +13,7 @@ dd { margin-left: 1.5em; }
-Lua +Lua
@@ -64,16 +59,16 @@ dd { margin-left: 1.5em; }
Q: Where can I learn more about LuaJIT and Lua?
@@ -102,7 +97,7 @@ Q: My vararg functions fail after switching to LuaJIT!
LuaJIT is compatible to the Lua 5.1 language standard. It doesn't support the implicit arg parameter for old-style vararg functions from Lua 5.0.
Please convert your code to the -» Lua 5.1 +Lua 5.1 vararg syntax.
-- cgit v1.2.3-55-g6feb