diff --git a/doc/ext_c_api.html b/doc/ext_c_api.html index ad462c63..b2c4acca 100644 --- a/doc/ext_c_api.html +++ b/doc/ext_c_api.html @@ -91,8 +91,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.