summaryrefslogtreecommitdiff
path: root/manual/plugins/lua.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/lua.tex')
-rw-r--r--manual/plugins/lua.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/plugins/lua.tex b/manual/plugins/lua.tex
index f24efc7b6d..aac8f953ae 100644
--- a/manual/plugins/lua.tex
+++ b/manual/plugins/lua.tex
@@ -10,9 +10,9 @@ There are a few exceptions/additions to the Lua support in Rockbox:
10\begin{description} 10\begin{description}
11 \item[No floating point support.] The number type in Lua is usually float, 11 \item[No floating point support.] The number type in Lua is usually float,
12 however in the Rockbox implementation it is integer. 12 however in the Rockbox implementation it is integer.
13 \item[Non-supported libraries.] The coroutine, debug, file, io and math 13 \item[Non-supported libraries.] The coroutine, debug and math libraries are
14 libraries are not supported. 14 not supported.
15 \item[Partially-supported libraries.] The os and package library is only 15 \item[Partially-supported libraries.] The os and package libraries are only
16 partially supported. 16 partially supported.
17 \item[Additional libraries.] The bitlib library is integrated to support 17 \item[Additional libraries.] The bitlib library is integrated to support
18 bitwise operators. See \url{http://luaforge.net/projects/bitlib} and 18 bitwise operators. See \url{http://luaforge.net/projects/bitlib} and