diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2003-03-12 16:36:28 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2003-03-12 16:36:28 +0000 |
commit | 8a20bd757d416f3ffa4828b3d11000ed25331c29 (patch) | |
tree | e77c81f1532fd7214765ddc799808a909dbdfea2 /stdlib/arg.ml | |
parent | 673c958723fdf25e9764ba2df9cf9047472e88f7 (diff) |
completude de la doc, typo sur anon_fun
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5434 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/arg.ml')
-rw-r--r-- | stdlib/arg.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/arg.ml b/stdlib/arg.ml index f1eb4527b..138e06a71 100644 --- a/stdlib/arg.ml +++ b/stdlib/arg.ml @@ -16,7 +16,7 @@ type key = string type doc = string type usage_msg = string -type annon_fun = (string -> unit) +type anon_fun = (string -> unit) type spec = | Unit of (unit -> unit) (* Call the function with unit argument *) |