From f0e2cb5b325733b3f9cbd554cc7d2bb236af9ee9 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 2 Dec 2020 16:58:11 -0800 Subject: [PATCH] doc fix (closes #22) --- beautiful-racket/br/scribblings/br.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beautiful-racket/br/scribblings/br.scrbl b/beautiful-racket/br/scribblings/br.scrbl index 4f65218..df6e639 100644 --- a/beautiful-racket/br/scribblings/br.scrbl +++ b/beautiful-racket/br/scribblings/br.scrbl @@ -162,7 +162,7 @@ But be careful — in the example below, the result of the @racket[if] expressi (if (and (report (first-condition? x)) (second-condition? x)) (one-thing) (other-thing)) - (report x)] +(report x)] @defform[(report* expr ...)]