From: Mike Pall Date: Thu, 7 Jul 2011 06:55:44 +0000 (+0200) Subject: Fix doc link. X-Git-Tag: v2.0.0-beta9~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe6ded90188c94c138ef183b34dfba3652e87f4b;p=thirdparty%2FLuaJIT.git Fix doc link. --- 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 __index and __newindex functions instead. This associates the metamethods with our C type. This only needs to be done once. For convenience, a constructor is returned by -ffi.metatype(). +ffi.metatype(). We're not required to use it, though. The original C type can still be used e.g. to create an array of points. The metamethods automatically apply to any and all uses of this type.