aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ext_ffi.html2
1 files changed, 1 insertions, 1 deletions
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!
125Actually, what goes on behind the scenes is far from simple: <span 125Actually, what goes on behind the scenes is far from simple: <span
126style="color:#4040c0;">&#9314;</span> makes use of the standard 126style="color:#4040c0;">&#9314;</span> makes use of the standard
127C&nbsp;library namespace <tt>ffi.C</tt>. Indexing this namespace with 127C&nbsp;library namespace <tt>ffi.C</tt>. Indexing this namespace with
128a symbol name (<tt>"printf"</tt>) automatically binds it to the the 128a symbol name (<tt>"printf"</tt>) automatically binds it to the
129standard C&nbsp;library. The result is a special kind of object which, 129standard C&nbsp;library. The result is a special kind of object which,
130when called, runs the <tt>printf</tt> function. The arguments passed 130when called, runs the <tt>printf</tt> function. The arguments passed
131to this function are automatically converted from Lua objects to the 131to this function are automatically converted from Lua objects to the