From 7d7f825a9e48d361ad7f0662bc8a0493345cd894 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 2 Jun 2009 17:21:53 +0000 Subject: [PATCH] fix contract typo (PR10277) svn: r15055 --- collects/framework/gui-utils.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/framework/gui-utils.ss b/collects/framework/gui-utils.ss index 20f5b20ecf..0828c14f39 100644 --- a/collects/framework/gui-utils.ss +++ b/collects/framework/gui-utils.ss @@ -407,7 +407,7 @@ (-> void?) (-> void?) . -> . - void?) + (-> void?)) (delay-time open close) @{Use this function to delay an action for some period of time. It also supports cancelling the action before the time period elapses. For