diff options
author | 2024-05-09 05:33:07 +1000 | |
---|---|---|
committer | 2024-05-09 05:33:07 +1000 | |
commit | 0133d14353c655a8df57ea31cd2a310ea7701142 (patch) | |
tree | 7cd9ebb1731e7a443118a00c4c90f81e7e579530 /docs/source/techspecs | |
parent | e22aae63a1993f3f19dac5c48872baea9d342146 (diff) |
-seta/ssv.cpp: Cleaned up key matrix code.
-docs: Fixed editing error.
Diffstat (limited to 'docs/source/techspecs')
-rw-r--r-- | docs/source/techspecs/layout_script.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/techspecs/layout_script.rst b/docs/source/techspecs/layout_script.rst index b520a0690a4..f3ff505c9df 100644 --- a/docs/source/techspecs/layout_script.rst +++ b/docs/source/techspecs/layout_script.rst @@ -495,7 +495,7 @@ 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 ``math``, ``table`` and ``string`` objects for manipulating numbers,r + and ``math``, ``table`` and ``string`` objects for manipulating numbers, strings, tables and other containers. * Standard Lua ``print`` function for text output to the console. |