fix typo in doc

git-svn-id: svn://anubis/anaglym/trunk@323 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
Josh Holtrop 2010-10-04 00:11:07 +00:00
parent 2c98e88dae
commit d3da66da4b

View File

@ -189,7 +189,7 @@ The two objects can rotate around this axis independently.
One of <tt>obj1</tt> or <tt>obj2</tt> can be the number 0 to signify
that the other object should be connected to the static environment.
<tt>anchor</tt> and <tt>axis</tt> should be Lua "arrays" (tables with
integer indices starting at 1), with three elemenets each.
integer indices starting at 1), with three elements each.
<tt>anchor</tt> gives the coordinates of a point on the hinge.
<tt>axis</tt> gives the direction vector of the hinge.
</p>