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