diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2012-02-10 14:45:41 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2012-02-10 14:45:41 +0000 |
commit | 066ef003d43079f21b6ddf46b457aa291eaff054 (patch) | |
tree | d8cde86d793cd047997bafb4da338d27f91f9f7a | |
parent | f2831338755aae920d79d29a1f16661c9b5cc63f (diff) |
typo in doc
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12147 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | stdlib/callback.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/callback.mli b/stdlib/callback.mli index ca5f1f073..c536bf8d5 100644 --- a/stdlib/callback.mli +++ b/stdlib/callback.mli @@ -30,5 +30,5 @@ val register_exception : string -> exn -> unit exception contained in the exception value [exn] under the name [n]. C code can later retrieve a handle to the exception by calling [caml_named_value(n)]. The exception - value thus obtained is suitable for passign as first argument + value thus obtained is suitable for passing as first argument to [raise_constant] or [raise_with_arg]. *) |