From cfd9043ca984976e85b1cfffc0519d9b08f14713 Mon Sep 17 00:00:00 2001 From: Ori Bernstein Date: Wed, 2 Aug 2017 09:27:49 -0700 Subject: Fixed typos (thanks rurban). --- doc/lang.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lang.txt b/doc/lang.txt index ca32c81..c1507dd 100644 --- a/doc/lang.txt +++ b/doc/lang.txt @@ -423,7 +423,7 @@ TABLE OF CONTENTS: 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 @@ TABLE OF CONTENTS: 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: -- cgit v1.1