summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-10-09 23:42:44 +1300
committerOlly Betts <olly@survex.com>2022-10-11 10:30:33 +1300
commit87a677b8b387db2111b3dc518f4a3da806ebbf80 (patch)
tree40f70d8484195dbc1dc555230843797559fb098d /Doc
parent2268d6ee96a380f628169e364711cf38d3db1460 (diff)
downloadswig-87a677b8b387db2111b3dc518f4a3da806ebbf80.tar.gz
Fix doc typos
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Lua.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Lua.html b/Doc/Manual/Lua.html
index 1c48a3705..8ea385b49 100644
--- a/Doc/Manual/Lua.html
+++ b/Doc/Manual/Lua.html
@@ -566,7 +566,7 @@ If the <tt>-no-old-metatable-bindings</tt> option is used, then these old-style
</p>
<p>
It is worth mentioning, that <tt>example.Test.TEST1</tt> and <tt>example.Test_TEST1</tt> are different entities and changing one does not change the other.
-Given the fact that these are constantes and they are not supposed to be changed, it is up to you to avoid such issues.
+Given the fact that these are constants and they are not supposed to be changed, it is up to you to avoid such issues.
</p>
<H3><a name="Lua_nn12">29.3.5 Pointers</a></H3>