diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1996-01-11 14:17:13 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1996-01-11 14:17:13 +0000 |
commit | 186f2c20b902228e2b35a4d15e70e135f6583641 (patch) | |
tree | 2f9b9aef810b0507ebbc46a4d8851a72d0739764 /stdlib | |
parent | 2d1cd374d76eccdbcf59951e245df521bfc91a10 (diff) |
Rectif doc.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@613 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/char.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/char.mli b/stdlib/char.mli index 099c63237..2afbd6718 100644 --- a/stdlib/char.mli +++ b/stdlib/char.mli @@ -17,7 +17,7 @@ external code: char -> int = "%identity" (* Return the ASCII code of the argument. *) val chr: int -> char (* Return the character with the given ASCII code. - Raise [Invalid_argument "char_of_int"] if the argument is + Raise [Invalid_argument "Char.chr"] if the argument is outside the range 0--255. *) val escaped : char -> string (* Return a string representing the given character, |