diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2002-06-12 07:55:55 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2002-06-12 07:55:55 +0000 |
commit | 3d7002adaa2e0156afcab851f12331a27caad825 (patch) | |
tree | f9203667603663b2feb75de81c859e8ce59be714 | |
parent | ed4fe788544f288aa9eff176da6902f4b30a6c59 (diff) |
be more specific on oid
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@4921 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | stdlib/oo.mli | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/oo.mli b/stdlib/oo.mli index 704d17c47..98800a70b 100644 --- a/stdlib/oo.mli +++ b/stdlib/oo.mli @@ -20,4 +20,5 @@ val copy : (< .. > as 'a) -> 'a object with the same methods and instance variables as [o] *) external oid : < .. > -> int = "%field1" -(** Return a unique integer identifying this object. *) +(** Return an integer identifying this object, unique for + the current execution of the program. *) |