diff website/src/manual.html.luan @ 491:4dc9cb26a3a8

raw_set and set_metatable now return void instead of LuanTable
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 12 May 2015 13:05:01 -0600
parents ddee9f5167d8
children b36cc406d3d2
line wrap: on
line diff
--- a/website/src/manual.html.luan	Tue May 12 12:59:37 2015 -0600
+++ b/website/src/manual.html.luan	Tue May 12 13:05:01 2015 -0600
@@ -2182,9 +2182,6 @@
 <tt>index</tt> any value different from <b>nil</b>,
 and <tt>value</tt> any Lua value.
 
-<p>
-This function returns <tt>table</tt>.
-
 
 <h4 <%=heading_options%> ><a name="Luan.set_metatable"><tt>Luan.set_metatable (table, metatable)</tt></a></h4>
 
@@ -2196,10 +2193,6 @@
 raises an error.
 
 
-<p>
-This function returns <tt>table</tt>.
-
-
 
 
 <p>