diff options
Diffstat (limited to 'stdlib/callback.mli')
-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]. *) |