diff options
author | Mike Pall <mike> | 2022-06-23 09:10:09 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2022-06-23 09:10:09 +0200 |
commit | 2e98c3d0644fc0c265844908f43b7e4526dd819c (patch) | |
tree | b9116c671f4268be7776696abdb189de4be5cf43 /doc/status.html | |
parent | 7dc3850e78493eed1e85fa7bc0b96068ae7fb9f4 (diff) | |
download | luajit-2e98c3d0644fc0c265844908f43b7e4526dd819c.tar.gz luajit-2e98c3d0644fc0c265844908f43b7e4526dd819c.tar.bz2 luajit-2e98c3d0644fc0c265844908f43b7e4526dd819c.zip |
Grammar and spell check.
Diffstat (limited to 'doc/status.html')
-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 c251d224..7ecedf3d 100644 --- a/doc/status.html +++ b/doc/status.html | |||
@@ -79,7 +79,7 @@ Known incompatibilities and issues in LuaJIT 2.0: | |||
79 | <ul> | 79 | <ul> |
80 | <li> | 80 | <li> |
81 | There are some differences in <b>implementation-defined</b> behavior. | 81 | There are some differences in <b>implementation-defined</b> behavior. |
82 | These either have a good reason, are arbitrary design choices | 82 | These either have a good reason, are arbitrary design choices, |
83 | or are due to quirks in the VM. The latter cases may get fixed if a | 83 | or are due to quirks in the VM. The latter cases may get fixed if a |
84 | demonstrable need is shown. | 84 | demonstrable need is shown. |
85 | </li> | 85 | </li> |
@@ -89,7 +89,7 @@ hooks for non-Lua functions) and shows slightly different behavior | |||
89 | in LuaJIT (no per-coroutine hooks, no tail call counting). | 89 | in LuaJIT (no per-coroutine hooks, no tail call counting). |
90 | </li> | 90 | </li> |
91 | <li> | 91 | <li> |
92 | Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not | 92 | Currently, some <b>out-of-memory</b> errors from <b>on-trace code</b> are not |
93 | handled correctly. The error may fall through an on-trace | 93 | handled correctly. The error may fall through an on-trace |
94 | <tt>pcall</tt> or it may be passed on to the function set with | 94 | <tt>pcall</tt> or it may be passed on to the function set with |
95 | <tt>lua_atpanic</tt> on x64. | 95 | <tt>lua_atpanic</tt> on x64. |