From 85dd9b0e3134395002e72b4797a4838a2e6c88ae Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sun, 29 Jun 2008 02:52:18 +0000 Subject: [PATCH] typo svn: r10497 --- collects/scribblings/gui/eventspace-funcs.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/gui/eventspace-funcs.scrbl b/collects/scribblings/gui/eventspace-funcs.scrbl index 5ce4fead3d..496d93e618 100644 --- a/collects/scribblings/gui/eventspace-funcs.scrbl +++ b/collects/scribblings/gui/eventspace-funcs.scrbl @@ -193,7 +193,7 @@ If @scheme[v] is an event in MzScheme's sense (not to be confused with @scheme[v] via @scheme[handle-evt], it is not called in tail position with respect to the @scheme[yield]. -Always use @scheme[(yield @scheme[v])] instead of a busy-wait loop. +Always use @scheme[(yield v)] instead of a busy-wait loop. } @defproc[(sleep/yield [secs (and/c real? (not/c negative?))])