diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index 041a7220..4bb82514 100644 --- a/doc/ext_c_api.html +++ b/doc/ext_c_api.html @@ -89,8 +89,8 @@ other Lua/C API functions).
The third argument specifies the mode, which is 'or'ed with a flag. -The flag can be LUAJIT_MODE_OFF to turn a feature on, -LUAJIT_MODE_ON to turn a feature off, or +The flag can be LUAJIT_MODE_OFF to turn a feature off, +LUAJIT_MODE_ON to turn a feature on, or LUAJIT_MODE_FLUSH to flush cached code.