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