precision dans les commenetaires
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6124 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
33b28443c8
commit
1b77eb1054
|
@ -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. *)
|
||||
|
|
Loading…
Reference in New Issue