aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 9feb5da..e449c08 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1327,7 +1327,7 @@
1327 1327
1328<p> 1328<p>
1329 Lanes registers a function <tt>set_finalizer()</tt> in the lane's Lua state for doing this. 1329 Lanes registers a function <tt>set_finalizer()</tt> in the lane's Lua state for doing this.
1330 Any functions given to it will be called in the lane's Lua state, just prior to closing it. It is possible to set more than one finalizer. They are not called in any particular order. 1330 Any functions given to it will be called in the lane's Lua state, just prior to closing it. It is possible to set more than one finalizer. They are called in LIFO order.
1331</p> 1331</p>
1332 1332
1333<p> 1333<p>