diff options
author | Mike Pall <mike> | 2020-10-12 16:18:02 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2020-10-12 16:18:02 +0200 |
commit | 1d8b747c161db457e032a023ebbff511f5de5ec2 (patch) | |
tree | 7254328c720b104f5d5b4bd8321cfcb18c6fb6ce /doc/ext_ffi_api.html | |
parent | 675e08cf069725a004284b4e1e67fbf0e8fcb4dd (diff) | |
parent | 050466552bf7eb8b7944aa52c93b45326ae14d7a (diff) | |
download | luajit-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.html | 2 |
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 | |||
255 | afterwards. The associated metatable automatically applies to all uses | 255 | afterwards. The associated metatable automatically applies to all uses |
256 | of this type, no matter how the objects are created or where they | 256 | of this type, no matter how the objects are created or where they |
257 | originate from. Note that pre-defined operations on types have | 257 | originate from. Note that pre-defined operations on types have |
258 | precedence (e.g. declared field names cannot be overriden). | 258 | precedence (e.g. declared field names cannot be overridden). |
259 | </p> | 259 | </p> |
260 | <p> | 260 | <p> |
261 | All standard Lua metamethods are implemented. These are called directly, | 261 | All standard Lua metamethods are implemented. These are called directly, |