diff options
-rw-r--r-- | doc/ext_c_api.html | 4 |
1 files changed, 2 insertions, 2 deletions
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). | |||
91 | </p> | 91 | </p> |
92 | <p> | 92 | <p> |
93 | The third argument specifies the mode, which is 'or'ed with a flag. | 93 | The third argument specifies the mode, which is 'or'ed with a flag. |
94 | The flag can be <tt>LUAJIT_MODE_OFF</tt> to turn a feature on, | 94 | The flag can be <tt>LUAJIT_MODE_OFF</tt> to turn a feature off, |
95 | <tt>LUAJIT_MODE_ON</tt> to turn a feature off, or | 95 | <tt>LUAJIT_MODE_ON</tt> to turn a feature on, or |
96 | <tt>LUAJIT_MODE_FLUSH</tt> to flush cached code. | 96 | <tt>LUAJIT_MODE_FLUSH</tt> to flush cached code. |
97 | </p> | 97 | </p> |
98 | <p> | 98 | <p> |