shithub: mc

Download patch

ref: cfd9043ca984976e85b1cfffc0519d9b08f14713
parent: c58ef1ca771d589312af243759012e66d1f00748
author: Ori Bernstein <ori@eigenstate.org>
date: Wed Aug 2 05:27:49 EDT 2017

Fixed typos (thanks rurban).

--- a/doc/lang.txt
+++ b/doc/lang.txt
@@ -423,7 +423,7 @@
         precision. They are operated on according to the IEEE754 rules.
 
             var x : int         declare x as an int
-            var y : float32     declare y as a 32 bit float
+            var y : flt32       declare y as a 32 bit float
 
 
     4.2. User Defined Types:
@@ -490,7 +490,7 @@
 
                 union                       a union containing one of
                     `Thing int              int or char. The values are not
-                    `Other float32          named, but they are tagged.
+                    `Other flt32            named, but they are tagged.
                 ;;
 
         4.2.3. Named Types: