Fix LuaJIT API docs for LUAJIT_MODE_*.

Thanks to sunfishgao.
This commit is contained in:
Mike Pall 2018-01-18 12:29:39 +01:00
parent 430d9f8f7e
commit c88602f080

View File

@ -89,8 +89,8 @@ other Lua/C API functions).
</p> </p>
<p> <p>
The third argument specifies the mode, which is 'or'ed with a flag. The third argument specifies the mode, which is 'or'ed with a flag.
The flag can be <tt>LUAJIT_MODE_OFF</tt> to turn a feature on, The flag can be <tt>LUAJIT_MODE_OFF</tt> to turn a feature off,
<tt>LUAJIT_MODE_ON</tt> to turn a feature off, or <tt>LUAJIT_MODE_ON</tt> to turn a feature on, or
<tt>LUAJIT_MODE_FLUSH</tt> to flush cached code. <tt>LUAJIT_MODE_FLUSH</tt> to flush cached code.
</p> </p>
<p> <p>