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.