From 5097610252f162a966fe83230b1a057a0a3deb42 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Tue, 17 Sep 2013 15:18:11 -0400 Subject: [PATCH] Fix typo --- pkgs/racket-pkgs/racket-doc/pkg/scribblings/lib.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/pkg/scribblings/lib.scrbl b/pkgs/racket-pkgs/racket-doc/pkg/scribblings/lib.scrbl index 9a6f91f0b3..d0e8b850a3 100644 --- a/pkgs/racket-pkgs/racket-doc/pkg/scribblings/lib.scrbl +++ b/pkgs/racket-pkgs/racket-doc/pkg/scribblings/lib.scrbl @@ -45,7 +45,7 @@ installation name/version.} @defparam[current-pkg-error err procedure?]{ A parameter whose value is used to report errors that are normally -intended for an end uses. The arguments to the procedure are the same +intended for end uses. The arguments to the procedure are the same as for @racket[error], except that an initial symbol argument is omitted.