From 44d76d4c9a5e364aa5a268bb693c3e8f5916cddb Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sun, 16 Dec 2007 04:38:40 +0000 Subject: [PATCH] fixed a typo svn: r8026 --- collects/scribblings/reference/procedures.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/procedures.scrbl b/collects/scribblings/reference/procedures.scrbl index a14ccaa645..bd5b9afc98 100644 --- a/collects/scribblings/reference/procedures.scrbl +++ b/collects/scribblings/reference/procedures.scrbl @@ -158,7 +158,7 @@ requiring any keyword arguments). When the result is called with keyword arguments, then @scheme[proc] is called; the first argument is a list of keywords sorted by -@scheme[keyword<], the second argument is a parllel list containing a +@scheme[keyword<], the second argument is a parallel list containing a value for each keyword, and the remaining arguments are the by-position arguments.