doc fix (closes #22)

pull/23/head
Matthew Butterick 3 years ago
parent 68bafddd61
commit f0e2cb5b32

@ -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 ...)]

Loading…
Cancel
Save