aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 9d66510..03c91f7 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -804,8 +804,8 @@ and for making metatables for the state-specific proxies for accessing it.
804Take a look at <tt>linda_id</tt> in <tt>lanes.c</tt>. 804Take a look at <tt>linda_id</tt> in <tt>lanes.c</tt>.
805 </li> 805 </li>
806 <li>Instanciate your userdata using <tt>luaG_deep_userdata()</tt>, 806 <li>Instanciate your userdata using <tt>luaG_deep_userdata()</tt>,
807 instead of the regular <tt>lua_newuserdata()</tt>. 807 instead of the regular <tt>lua_newuserdata()</tt>.
808 Given an <tt>idfunc</tt>, it sets up the support 808 Given an <tt>idfunc</tt>, it sets up the support
809 structures and returns a state-specific proxy userdata for accessing your 809 structures and returns a state-specific proxy userdata for accessing your
810 data. This proxy can also be copied over to other lanes. 810 data. This proxy can also be copied over to other lanes.
811 </li> 811 </li>