From f1e240d11ccf6c3046b5e5740e62ed162749c3a2 Mon Sep 17 00:00:00 2001 From: Edward Earnest Date: Sun, 22 Sep 2013 10:17:41 -0500 Subject: [PATCH] Added a missing word in the lambda section of syntax.scrbl --- pkgs/racket-pkgs/racket-doc/scribblings/reference/syntax.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/syntax.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/syntax.scrbl index 2f3b785d5d..080553b875 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/syntax.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/syntax.scrbl @@ -1769,7 +1769,7 @@ as follows: @racket[keyword].} @specsubform[(code:line keyword [id default-expr])]{The - procedure accepts a keyword-based using @racket[keyword]. The + procedure accepts a keyword-based argument using @racket[keyword]. The @racket[id] is associated with a keyword-based actual argument using @racket[keyword], if supplied in an application; otherwise, the @racket[default-expr] is evaluated to obtain a