changeset 490:ddee9f5167d8

minor documentation
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 12 May 2015 12:59:37 -0600
parents 1d17f033fe0e
children 4dc9cb26a3a8
files website/src/manual.html.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/website/src/manual.html.luan	Tue May 12 12:54:14 2015 -0600
+++ b/website/src/manual.html.luan	Tue May 12 12:59:37 2015 -0600
@@ -2252,7 +2252,7 @@
 <h4 <%=heading_options%> ><a name="Luan.try"><tt>Luan.try (t)</tt></a></h4>
 
 <p>
-Implements try-catch as found in other languages where each block is in table <tt>t</tt>.
+Implements try-catch as found in other languages where each block is in table <tt>t</tt>.  <tt>t[1]</tt> is the "try" block.  The <tt>t.catch</tt> and <tt>t.finally</tt> blocks are optional.  Returns the result of the "try" block or the "catch" block.
 
 <p>
 Example use: