shithub: mc

Download patch

ref: 0841450d6cd36d0799205a165b6f829e3fd7bb9e
parent: 63b119c203c53bb328f03dcd1ebc88f13af0df73
author: Ori Bernstein <ori@markovcorp.com>
date: Wed Feb 1 06:06:03 EST 2017

Copy paste error. Boolean => void

--- a/doc/lang.txt
+++ b/doc/lang.txt
@@ -889,7 +889,7 @@
 
                 They have the type `bool`
 
-            5.1.1.4: Boolean Literals:
+            5.1.1.5: Void Literals:
 
                 Void literals are spelled `void`. They evaluate to the void
                 value, a value that takes zero bytes storage, and contains
@@ -899,7 +899,7 @@
 
                 They have type `void`.
 
-            5.1.1.5: Floating point literals:
+            5.1.1.6: Floating point literals:
 
                 Floating-point literals are also a sequence of digits beginning with a
                 digit and possibly separated by underscores. Floating point