diff options
-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, |