Fix typo.

This commit is contained in:
Mike Pall 2012-05-09 17:22:11 +02:00
parent 6e5c872eb7
commit 5cb4ad2b22

View File

@ -125,7 +125,7 @@ C function — Yes, it's that simple!
Actually, what goes on behind the scenes is far from simple: <span Actually, what goes on behind the scenes is far from simple: <span
style="color:#4040c0;">&#9314;</span> makes use of the standard style="color:#4040c0;">&#9314;</span> makes use of the standard
C&nbsp;library namespace <tt>ffi.C</tt>. Indexing this namespace with C&nbsp;library namespace <tt>ffi.C</tt>. Indexing this namespace with
a symbol name (<tt>"printf"</tt>) automatically binds it to the the a symbol name (<tt>"printf"</tt>) automatically binds it to the
standard C&nbsp;library. The result is a special kind of object which, standard C&nbsp;library. The result is a special kind of object which,
when called, runs the <tt>printf</tt> function. The arguments passed when called, runs the <tt>printf</tt> function. The arguments passed
to this function are automatically converted from Lua objects to the to this function are automatically converted from Lua objects to the