diff options
Diffstat (limited to 'stdlib/char.mli')
-rw-r--r-- | stdlib/char.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/char.mli b/stdlib/char.mli index 8ab72bd9a..34bd6c23d 100644 --- a/stdlib/char.mli +++ b/stdlib/char.mli @@ -1,6 +1,6 @@ (***********************************************************************) (* *) -(* Objective Caml *) +(* OCaml *) (* *) (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) @@ -26,7 +26,7 @@ val chr : int -> char val escaped : char -> string (** Return a string representing the given character, with special characters escaped following the lexical conventions - of Objective Caml. *) + of OCaml. *) val lowercase : char -> char (** Convert the given character to its equivalent lowercase character. *) |