Taddeus Kroes 12 년 전
부모
커밋
04e2c46278
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      types.mli

+ 1 - 1
types.mli

@@ -20,7 +20,7 @@ type const =
   | FloatVal of float
 
 (** Data types supported by CiviC. [ArrayDims] defines an array type with a set
-    o dimensions. {!Dimreduce} replaces this multi-dimensional type with an
+    of dimensions. {!Dimreduce} replaces this multi-dimensional type with an
     [Array] type, which signifies a one-dimensional array of a certain basic
     type. *)
 type ctype =