diff --git a/doc/ext_ffi.html b/doc/ext_ffi.html index 9b1748cc..e3f0dbc8 100644 --- a/doc/ext_ffi.html +++ b/doc/ext_ffi.html @@ -125,7 +125,7 @@ C function — Yes, it's that simple! Actually, what goes on behind the scenes is far from simple: makes use of the standard C library namespace ffi.C. Indexing this namespace with -a symbol name ("printf") automatically binds it to the the +a symbol name ("printf") automatically binds it to the standard C library. The result is a special kind of object which, when called, runs the printf function. The arguments passed to this function are automatically converted from Lua objects to the