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.1 | |
parent | 69c6ee1f592c6588bc11a8e02811230e77e984cf (diff) | |
download | lua-github-5.1.tar.gz |
Lua 5.15.1
Diffstat (limited to 'doc/luac.1')
-rw-r--r-- | doc/luac.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ luac \- Lua compiler .B luac 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. .LP The main advantages of precompiling chunks are: faster loading, |