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