diff options
-rw-r--r-- | doc/ext_ffi_tutorial.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ext_ffi_tutorial.html b/doc/ext_ffi_tutorial.html index d5b04bc6..9349aea4 100644 --- a/doc/ext_ffi_tutorial.html +++ b/doc/ext_ffi_tutorial.html | |||
@@ -460,7 +460,7 @@ define <tt>__index</tt> and <tt>__newindex</tt> functions instead. | |||
460 | <span class="mark">⑤</span> This associates the metamethods with | 460 | <span class="mark">⑤</span> This associates the metamethods with |
461 | our C type. This only needs to be done once. For convenience, a | 461 | our C type. This only needs to be done once. For convenience, a |
462 | constructor is returned by | 462 | constructor is returned by |
463 | <a href="ffi_ext_api.html#ffi_metatype"><tt>ffi.metatype()</tt></a>. | 463 | <a href="ext_ffi_api.html#ffi_metatype"><tt>ffi.metatype()</tt></a>. |
464 | We're not required to use it, though. The original C type can still | 464 | We're not required to use it, though. The original C type can still |
465 | be used e.g. to create an array of points. The metamethods automatically | 465 | be used e.g. to create an array of points. The metamethods automatically |
466 | apply to any and all uses of this type. | 466 | apply to any and all uses of this type. |