diff options
author | Ori Bernstein <ori@eigenstate.org> | 2017-08-02 09:27:49 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2017-08-02 09:27:49 -0700 |
commit | cfd9043ca984976e85b1cfffc0519d9b08f14713 (patch) | |
tree | 38500c0c3088d5fb151e99923e8aeedb8316acf7 /doc/lang.txt | |
parent | c58ef1ca771d589312af243759012e66d1f00748 (diff) | |
download | mc-cfd9043ca984976e85b1cfffc0519d9b08f14713.tar.gz |
Fixed typos (thanks rurban).
Diffstat (limited to 'doc/lang.txt')
-rw-r--r-- | doc/lang.txt | 4 |
1 files 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: |