Fix various HTML errors in the docs.

This commit is contained in:
Mike Pall
2011-02-10 03:10:38 +01:00
parent 24c314e8fc
commit a7ab6b2dc9
5 changed files with 6 additions and 6 deletions

View File

@@ -138,7 +138,7 @@ the proper path, add Lua code that loads the module aaaand ... finally
call the binding function. Phew!
</p>
<h2 id="call">Motivating Example: Using C Data Structures</h2>
<h2 id="cdata">Motivating Example: Using C Data Structures</h2>
<p>
The FFI library allows you to create and access C&nbsp;data
structures. Of course the main use for this is for interfacing with