summaryrefslogtreecommitdiff
path: root/doc/luac.1
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2006-02-21 12:00:00 +0000
committerrepogen <>2006-02-21 12:00:00 +0000
commitf6f9af6cbce3516054b6fd2a8e9d3a1b168ce4be (patch)
tree445f56eafe5b8b782287fca4ca4197ba4970d322 /doc/luac.1
parent69c6ee1f592c6588bc11a8e02811230e77e984cf (diff)
downloadlua-github-5.1.tar.gz
Lua 5.15.1
Diffstat (limited to 'doc/luac.1')
-rw-r--r--doc/luac.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/luac.1 b/doc/luac.1
index 6bede1f3..d8146782 100644
--- a/doc/luac.1
+++ b/doc/luac.1
@@ -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,