Taddeus Kroes 12 жил өмнө
parent
commit
cc41a0ca0a
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      types.mli

+ 1 - 1
types.mli

@@ -98,7 +98,7 @@ and node =
   | While of node * node * ann
     (** condition, body [while (<condition>) <body>] *)
   | DoWhile of node * node * ann
-    (** condition, body [do <body> whlie (<condition>)] *)
+    (** condition, body [do <body> while (<condition>)] *)
 
   (* Expressions *)