diff website/src/diff.html.luan @ 464:eddf7c73373b

fix references in the manual
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 07 May 2015 21:31:19 -0600
parents 2f5cc9c2cbf0
children 47c7de1f2322
line wrap: on
line diff
--- a/website/src/diff.html.luan	Wed May 06 21:44:56 2015 -0600
+++ b/website/src/diff.html.luan	Thu May 07 21:31:19 2015 -0600
@@ -75,7 +75,7 @@
 
 <h3 margin-top="1em"><a name="types">Values and Types</a></h3>
 
-<p>Luan does not have the Lua <i>thread</i> type.  Luan add a <i>binary</i> type that Lua doesn't have.  This is because Lua strings can represent binary while Luan strings cannot.</p>
+<p>Luan does not have the Lua <i>thread</i> type.  Luan adds a <i>binary</i> type that Lua doesn't have.  This is because Lua strings can represent binary while Luan strings cannot.</p>
 
 <p>The Luan <i>Nil</i> type is implemented as the Java <i>null</i>.  The Luan <i>Boolean</i> type is implemented as the Java <i>Boolean</i> type.  The Luan <i>Number</i> type is implemented as the Java <i>Number</i> type.  The Luan <i>String</i> type is implemented as the Java <i>String</i> type.  Actual numbers may be any subclass of the Java <i>Number</i> class.</p>