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 db9ec5a..281bd82 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1183,7 +1183,7 @@
1183 Characteristics of the Lanes implementation of Lindas are: 1183 Characteristics of the Lanes implementation of Lindas are:
1184 1184
1185 <ul> 1185 <ul>
1186 <li>Keys can be of boolean, number, string or light userdata type. Tables and functions can't be keys because their identity isn't preserved when transfered from one Lua state to another.</li> 1186 <li>Keys can be of boolean, number, string, light userdata, and deep userdata type. Tables and functions can't be keys because their identity isn't preserved when transfered from one Lua state to another.</li>
1187 <li>values can be any type supported by inter-state copying (same <a href="#limitations">limits</a> as for function arguments and upvalues).</li> 1187 <li>values can be any type supported by inter-state copying (same <a href="#limitations">limits</a> as for function arguments and upvalues).</li>
1188 <li>consuming method is <tt>:receive</tt> (not in).</li> 1188 <li>consuming method is <tt>:receive</tt> (not in).</li>
1189 <li>non-consuming method is <tt>:get</tt> (not rd).</li> 1189 <li>non-consuming method is <tt>:get</tt> (not rd).</li>