diff options
author | Mike Pall <mike> | 2020-10-12 16:18:02 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2020-10-12 16:18:02 +0200 |
commit | 1d8b747c161db457e032a023ebbff511f5de5ec2 (patch) | |
tree | 7254328c720b104f5d5b4bd8321cfcb18c6fb6ce /doc/luajit.html | |
parent | 675e08cf069725a004284b4e1e67fbf0e8fcb4dd (diff) | |
parent | 050466552bf7eb8b7944aa52c93b45326ae14d7a (diff) | |
download | luajit-1d8b747c161db457e032a023ebbff511f5de5ec2.tar.gz luajit-1d8b747c161db457e032a023ebbff511f5de5ec2.tar.bz2 luajit-1d8b747c161db457e032a023ebbff511f5de5ec2.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/luajit.html')
-rw-r--r-- | doc/luajit.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/luajit.html b/doc/luajit.html index 3ce81c3e..ab768053 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -141,13 +141,13 @@ table.feature small { | |||
141 | <div id="main"> | 141 | <div id="main"> |
142 | <p> | 142 | <p> |
143 | LuaJIT is a <b>Just-In-Time Compiler</b> (JIT) for the | 143 | LuaJIT is a <b>Just-In-Time Compiler</b> (JIT) for the |
144 | <a href="https://www.lua.org/">Lua</a> programming language. | 144 | <a href="https://www.lua.org/"><span class="ext">»</span> Lua</a> programming language. |
145 | Lua is a powerful, dynamic and light-weight programming language. | 145 | Lua is a powerful, dynamic and light-weight programming language. |
146 | It may be embedded or used as a general-purpose, stand-alone language. | 146 | It may be embedded or used as a general-purpose, stand-alone language. |
147 | </p> | 147 | </p> |
148 | <p> | 148 | <p> |
149 | LuaJIT is Copyright © 2005-2020 Mike Pall, released under the | 149 | LuaJIT is Copyright © 2005-2020 Mike Pall, released under the |
150 | <a href="https://www.opensource.org/licenses/mit-license.php">MIT open source license</a>. | 150 | <a href="https://www.opensource.org/licenses/mit-license.php"><span class="ext">»</span> MIT open source license</a>. |
151 | </p> | 151 | </p> |
152 | <p> | 152 | <p> |
153 | </p> | 153 | </p> |