[racket-dev] small documentation bug

From: D Herring (dherring at tentpost.com)
Date: Wed Jul 25 01:50:19 EDT 2012

In the Racket Guide, the documentation for WHEN and UNLESS says "The 
result is #<void> in any case."

http://docs.racket-lang.org/guide/begin.html#%28part._when+unless%29


I think that is incorrect.  The Racket Reference says #<void> is the 
result only when the body is not evaluated.

- Daniel


Posted on the dev mailing list.