From 725854f66ca9f0aaa6684e8525e0a59b6824cbfd Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Fri, 1 Jun 2012 11:34:32 -0400 Subject: [PATCH] Flag booleans *follow* the arguments for optional keywords. --- collects/scribblings/reference/syntax.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/syntax.scrbl b/collects/scribblings/reference/syntax.scrbl index 2ba5aa634c..fb45a27060 100644 --- a/collects/scribblings/reference/syntax.scrbl +++ b/collects/scribblings/reference/syntax.scrbl @@ -1725,7 +1725,7 @@ is like the original identifier except that the arguments are converted to a flattened form: keyword arguments, required by-position arguments, by-position optional arguments, and rest arguments---all as required, by-position arguments; the keyword arguments are sorted by keyword -name, each optional keyword argument is preceded by a boolean to +name, each optional keyword argument is followed by a boolean to indicate whether a value is provided, and @racket[#f] is used for an optional keyword argument whose value is not provided; optional by-position arguments include @racket[#f] for each non-provided