]> ocean-lang.org Git - ocean/blobdiff - csrc/oceani.mdc
oceani: fix some incorrect section headers.
[ocean] / 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)
        {