aboutsummaryrefslogtreecommitdiff
path: root/doc/ext_ffi_api.html
diff options
context:
space:
mode:
authorMike Pall <mike>2020-10-12 16:11:32 +0200
committerMike Pall <mike>2020-10-12 16:11:32 +0200
commit050466552bf7eb8b7944aa52c93b45326ae14d7a (patch)
treef92ad9dd6963ffc3168ea46bed892894adcc7339 /doc/ext_ffi_api.html
parent5c46f47736f7609be407c88d531ecd1689d40a79 (diff)
downloadluajit-050466552bf7eb8b7944aa52c93b45326ae14d7a.tar.gz
luajit-050466552bf7eb8b7944aa52c93b45326ae14d7a.tar.bz2
luajit-050466552bf7eb8b7944aa52c93b45326ae14d7a.zip
Minor changes and https-ify links.
Diffstat (limited to 'doc/ext_ffi_api.html')
-rw-r--r--doc/ext_ffi_api.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ext_ffi_api.html b/doc/ext_ffi_api.html
index 9772aa5d..5683289a 100644
--- a/doc/ext_ffi_api.html
+++ b/doc/ext_ffi_api.html
@@ -253,7 +253,7 @@ contents of an <tt>__index</tt> table (if any) may be modified
253afterwards. The associated metatable automatically applies to all uses 253afterwards. The associated metatable automatically applies to all uses
254of this type, no matter how the objects are created or where they 254of this type, no matter how the objects are created or where they
255originate from. Note that pre-defined operations on types have 255originate from. Note that pre-defined operations on types have
256precedence (e.g. declared field names cannot be overriden). 256precedence (e.g. declared field names cannot be overridden).
257</p> 257</p>
258<p> 258<p>
259All standard Lua metamethods are implemented. These are called directly, 259All standard Lua metamethods are implemented. These are called directly,