typo in error docs

This commit is contained in:
Robby Findler 2012-07-03 16:13:47 -05:00
parent 9f83ba1c6f
commit 4cd26f828f

View File

@ -106,7 +106,7 @@ exception handler obtains control, and the handler itself is
@defproc*[([(error [sym symbol?]) any] @defproc*[([(error [sym symbol?]) any]
[(error [msg string?] [v any/c] ...) any] [(error [msg string?] [v any/c] ...) any]
[(error [src symbol?] [frmat string?] [v any/c] ...) any])]{ [(error [src symbol?] [format string?] [v any/c] ...) any])]{
Raises the exception @racket[exn:fail], which contains an error Raises the exception @racket[exn:fail], which contains an error
string. The different forms produce the error string in different string. The different forms produce the error string in different