]> ocean-lang.org Git - ocean/commitdiff
oceani: fix some incorrect section headers.
authorNeilBrown <neil@brown.name>
Sun, 17 Oct 2021 09:29:16 +0000 (20:29 +1100)
committerNeilBrown <neil@brown.name>
Sat, 30 Oct 2021 22:19:48 +0000 (09:19 +1100)
section header that just introduce code are 6 deep, not 2.

Signed-off-by: NeilBrown <neil@brown.name>
csrc/oceani.mdc

index b83f6bca4e5a3683d1166281cca7c2852e4dfd9b..af2e8b958b329a4c76495fa2fba9721a52d5911a 100644 (file)
@@ -592,11 +592,11 @@ later.  In some cases a Boolean can be accepted as well as some other
 primary type, and in others any type is acceptable except a label (`Vlabel`).
 A separate function encoding these cases will simplify some code later.
 
-## type functions
+###### type functions
 
        int (*compat)(struct type *this, struct type *other);
 
-## ast functions
+###### ast functions
 
        static int type_compat(struct type *require, struct type *have, int rules)
        {