diff options
Diffstat (limited to '')
-rw-r--r-- | doc/status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/status.html b/doc/status.html index b3d2ecfa..c5564d58 100644 --- a/doc/status.html +++ b/doc/status.html | |||
@@ -90,8 +90,8 @@ known incompatibilities with standard Lua: | |||
90 | <ul> | 90 | <ul> |
91 | <li> | 91 | <li> |
92 | The Lua <b>debug API</b> is missing a couple of features (return | 92 | The Lua <b>debug API</b> is missing a couple of features (return |
93 | hooks) and shows slightly different behavior (no per-coroutine hooks, | 93 | hooks for non-Lua functions) and shows slightly different behavior |
94 | no tail call counting). | 94 | (no per-coroutine hooks, no tail call counting). |
95 | </li> | 95 | </li> |
96 | <li> | 96 | <li> |
97 | <b>Bytecode</b> currently cannot be loaded or dumped. Note that | 97 | <b>Bytecode</b> currently cannot be loaded or dumped. Note that |