diff options
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, |