summaryrefslogtreecommitdiff
path: root/doc/ext_ffi_api.html
diff options
context:
space:
mode:
authorMike Pall <mike>2020-10-12 16:18:02 +0200
committerMike Pall <mike>2020-10-12 16:18:02 +0200
commit1d8b747c161db457e032a023ebbff511f5de5ec2 (patch)
tree7254328c720b104f5d5b4bd8321cfcb18c6fb6ce /doc/ext_ffi_api.html
parent675e08cf069725a004284b4e1e67fbf0e8fcb4dd (diff)
parent050466552bf7eb8b7944aa52c93b45326ae14d7a (diff)
downloadluajit-1d8b747c161db457e032a023ebbff511f5de5ec2.tar.gz
luajit-1d8b747c161db457e032a023ebbff511f5de5ec2.tar.bz2
luajit-1d8b747c161db457e032a023ebbff511f5de5ec2.zip
Merge branch 'master' into v2.1
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 9c815f8b..8b2a605d 100644
--- a/doc/ext_ffi_api.html
+++ b/doc/ext_ffi_api.html
@@ -255,7 +255,7 @@ contents of an <tt>__index</tt> table (if any) may be modified
255afterwards. The associated metatable automatically applies to all uses 255afterwards. The associated metatable automatically applies to all uses
256of this type, no matter how the objects are created or where they 256of this type, no matter how the objects are created or where they
257originate from. Note that pre-defined operations on types have 257originate from. Note that pre-defined operations on types have
258precedence (e.g. declared field names cannot be overriden). 258precedence (e.g. declared field names cannot be overridden).
259</p> 259</p>
260<p> 260<p>
261All standard Lua metamethods are implemented. These are called directly, 261All standard Lua metamethods are implemented. These are called directly,