From 9ca8629df1fef15bd70bc16f06742731903c8c54 Mon Sep 17 00:00:00 2001 From: Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> Date: Tue, 6 Nov 2018 20:37:20 +0100 Subject: Documentation tweak --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 237b1cc..aa12a36 100644 --- a/docs/index.html +++ b/docs/index.html @@ -324,7 +324,7 @@ <tt>nil</tt>/<tt>false</tt>/<tt>true</tt> </td> <td> - (Since v3.5.2) If equal to <tt>true</tt>, Lanes wraps all calls to the state's allocator function inside a mutex. Lanes autodetects this value for LuaJIT (the guess might be wrong if <tt>"ffi"</tt> isn't loaded though). + (Since v3.5.2) If equal to <tt>true</tt>, Lanes wraps all calls to the state's allocator function inside a mutex. Since v3.6.3, when left unset, Lanes attempts to autodetect this value for LuaJIT (the guess might be wrong if <tt>"ffi"</tt> isn't loaded though). Default is <tt>true</tt> when Lanes detects it is run by LuaJIT, else <tt>nil</tt>. </td> </tr> -- cgit v1.2.3-55-g6feb