precision dans les commenetaires

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6124 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2004-02-20 10:09:30 +00:00
parent 33b28443c8
commit 1b77eb1054
1 changed files with 2 additions and 2 deletions

View File

@ -138,10 +138,10 @@ val lowercase : string -> string
Latin-1 (8859-1) character set. *)
val capitalize : string -> string
(** Return a copy of the argument, with the first letter set to uppercase. *)
(** Return a copy of the argument, with the first character set to uppercase. *)
val uncapitalize : string -> string
(** Return a copy of the argument, with the first letter set to lowercase. *)
(** Return a copy of the argument, with the first character set to lowercase. *)
type t = string
(** An alias for the type of strings. *)