Typos (doc)

master
JPR 2020-11-20 14:05:49 +01:00
parent b47c34912c
commit f90358666e
2 changed files with 2 additions and 2 deletions

View File

@ -964,7 +964,7 @@ commands:
$ ocamlc -o gcd gcd.ml $ ocamlc -o gcd gcd.ml
$ ./gcd 6 9 $ ./gcd 6 9
3 3
$ ./fib 7 11 $ ./gcd 7 11
1 1
\end{verbatim} \end{verbatim}

View File

@ -261,7 +261,7 @@ UnixLabels.write : file_descr -> buf:bytes -> pos:int -> len:int -> unit
When there are several objects of same nature and role, they are all When there are several objects of same nature and role, they are all
left unlabeled. left unlabeled.
\begin{alltt} \begin{alltt}
"ListLabels.iter2 : f:('a -> 'b -> 'c) -> 'a list -> 'b list -> unit" "ListLabels.iter2 : f:('a -> 'b -> unit) -> 'a list -> 'b list -> unit"
\end{alltt} \end{alltt}
When there is no preferable object, all arguments are labeled. When there is no preferable object, all arguments are labeled.