aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ext_ffi_tutorial.html2
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">&#9316;</span> This associates the metamethods with 460<span class="mark">&#9316;</span> This associates the metamethods with
461our C&nbsp;type. This only needs to be done once. For convenience, a 461our C&nbsp;type. This only needs to be done once. For convenience, a
462constructor is returned by 462constructor 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>.
464We're not required to use it, though. The original C&nbsp;type can still 464We're not required to use it, though. The original C&nbsp;type can still
465be used e.g. to create an array of points. The metamethods automatically 465be used e.g. to create an array of points. The metamethods automatically
466apply to any and all uses of this type. 466apply to any and all uses of this type.