documentation

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6101 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2004-02-02 14:43:12 +00:00
parent 5f7ca4010d
commit 0fe2251296
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ val blit : 'a t -> int -> 'a t -> int -> int -> unit
is [true].
The [equal] relation must be able to work on a shallow copy of
the values and give the same result as with the value itself.
the values and give the same result as with the values themselves.
*)
module type S = sig