diff options
author | Mike Pall <mike> | 2011-02-11 13:50:01 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-02-11 14:51:20 +0100 |
commit | 1f0006ac71fd4eb308ab900b0b9917e1dd046680 (patch) | |
tree | 93a6e6435ef45c776c28da2d3f4c8330e0e72968 /doc/luajit.html | |
parent | a5aade2fa9ff89f9f3c4a91261071299de0d0fa4 (diff) | |
download | luajit-1f0006ac71fd4eb308ab900b0b9917e1dd046680.tar.gz luajit-1f0006ac71fd4eb308ab900b0b9917e1dd046680.tar.bz2 luajit-1f0006ac71fd4eb308ab900b0b9917e1dd046680.zip |
Cleanup of docs.
Diffstat (limited to 'doc/luajit.html')
-rw-r--r-- | doc/luajit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/luajit.html b/doc/luajit.html index 108ca18e..afd8616b 100644 --- a/doc/luajit.html +++ b/doc/luajit.html | |||
@@ -96,7 +96,7 @@ performance and an unmatched <b>low memory footprint</b>: less than | |||
96 | <p> | 96 | <p> |
97 | LuaJIT has been in continuous development since 2005. It's widely | 97 | LuaJIT has been in continuous development since 2005. It's widely |
98 | considered to be <b>one of the fastest dynamic language | 98 | considered to be <b>one of the fastest dynamic language |
99 | implementations</b>. It has outperfomed other dynamic languages on many | 99 | implementations</b>. It has outperformed other dynamic languages on many |
100 | cross-language benchmarks since its first release — often by a | 100 | cross-language benchmarks since its first release — often by a |
101 | substantial margin. In 2009 other dynamic language VMs started to catch up | 101 | substantial margin. In 2009 other dynamic language VMs started to catch up |
102 | with the performance of LuaJIT 1.x. Well, I couldn't let that slide. ;-) | 102 | with the performance of LuaJIT 1.x. Well, I couldn't let that slide. ;-) |