Explorar o código

Comment cleanup

Taddeus Kroes %!s(int64=12) %!d(string=hai) anos
pai
achega
95f70e3e94
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.mli

+ 1 - 1
main.mli

@@ -8,7 +8,7 @@ type phase_func = Types.intermediate -> Types.intermediate
 (** List of all phases as
     [(identifier, phase_function, condition, description)]. [identifier] is used
     for the [-upto] command-line argument, which is saved in
-    {!Globals.args}([.endphase]). [description] is used for logging, and for the
+    {!Globals.args}[.endphase]. [description] is used for logging, and for the
     usage message of [-upto]. *)
 val phases : (string * phase_func * (unit -> bool) * string) list