diff options
author | Lua Team <team@lua.org> | 2006-02-21 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2006-02-21 12:00:00 +0000 |
commit | f6f9af6cbce3516054b6fd2a8e9d3a1b168ce4be (patch) | |
tree | 445f56eafe5b8b782287fca4ca4197ba4970d322 /doc/luac.html | |
parent | 69c6ee1f592c6588bc11a8e02811230e77e984cf (diff) | |
download | lua-github-5.1.tar.gz |
Lua 5.15.1
Diffstat (limited to 'doc/luac.html')
-rw-r--r-- | doc/luac.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/luac.html b/doc/luac.html index 7b7e0f70..179ffe82 100644 --- a/doc/luac.html +++ b/doc/luac.html @@ -20,7 +20,7 @@ luac - Lua compiler <B>luac</B> is the Lua compiler. It translates programs written in the Lua programming language -into binary files that can be latter loaded and executed. +into binary files that can be later loaded and executed. <P> The main advantages of precompiling chunks are: faster loading, |