From 4cd26f828f7dc667071ef19fee64186c7f698a62 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 3 Jul 2012 16:13:47 -0500 Subject: [PATCH] typo in error docs --- collects/scribblings/reference/exns.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/exns.scrbl b/collects/scribblings/reference/exns.scrbl index 36862c2433..547e0b6e3c 100644 --- a/collects/scribblings/reference/exns.scrbl +++ b/collects/scribblings/reference/exns.scrbl @@ -106,7 +106,7 @@ exception handler obtains control, and the handler itself is @defproc*[([(error [sym symbol?]) 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 string. The different forms produce the error string in different