From 3b507dd1aa286684543a35cc7da763feebf9aa8d Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Wed, 27 Jul 2011 14:17:02 +0000 Subject: renaming of Objective Caml to OCaml and cleanup of copyright headers git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11156 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- stdlib/string.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/string.mli') diff --git a/stdlib/string.mli b/stdlib/string.mli index 8c08898037..3a7976bd20 100644 --- a/stdlib/string.mli +++ b/stdlib/string.mli @@ -1,6 +1,6 @@ (***********************************************************************) (* *) -(* Objective Caml *) +(* OCaml *) (* *) (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) @@ -104,7 +104,7 @@ val iteri : (int -> char -> unit) -> string -> unit val escaped : string -> string (** Return a copy of the argument, with special characters represented by escape sequences, following the lexical - conventions of Objective Caml. If there is no special + conventions of OCaml. If there is no special character in the argument, return the original string itself, not a copy. *) -- cgit v1.2.1