diff options
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, |