typo in error docs
This commit is contained in:
parent
9f83ba1c6f
commit
4cd26f828f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user