summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/techspecs/layout_script.rst
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2024-05-09 04:43:56 +1000
committer Vas Crabb <vas@vastheman.com>2024-05-09 04:43:56 +1000
commite22aae63a1993f3f19dac5c48872baea9d342146 (patch)
tree773b05d9cf0decd518bd8275788324a0786ebd9d /docs/source/techspecs/layout_script.rst
parent5b2280fa542280e9b60143ab9328de526dc46bd1 (diff)
-merit/mtouchxl.cpp: Added touch-enabled layout.
-ui/tapectrl.cpp: Ensure device monitored for media change is up-to-date. -osd/windows: Changed a pointer to a const reference in an API.
Diffstat (limited to 'docs/source/techspecs/layout_script.rst')
-rw-r--r--docs/source/techspecs/layout_script.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/techspecs/layout_script.rst b/docs/source/techspecs/layout_script.rst
index 7e5b7419bb7..b520a0690a4 100644
--- a/docs/source/techspecs/layout_script.rst
+++ b/docs/source/techspecs/layout_script.rst
@@ -495,8 +495,8 @@ providing what’s needed:
* ``emu.print_verbose``, ``emu.print_error``, ``emu.print_warning``,
``emu.print_info`` and ``emu.print_debug`` functions for diagnostic output.
* Standard Lua ``tonumber``, ``tostring``, ``pairs`` and ``ipairs`` functions,
- and ``table`` and ``string`` objects for manipulating strings, tables and
- other containers.
+ and ``math``, ``table`` and ``string`` objects for manipulating numbers,r
+ strings, tables and other containers.
* Standard Lua ``print`` function for text output to the console.