diff --git a/collects/scribblings/gui/timer-class.scrbl b/collects/scribblings/gui/timer-class.scrbl index 1592c93b..ced86374 100644 --- a/collects/scribblings/gui/timer-class.scrbl +++ b/collects/scribblings/gui/timer-class.scrbl @@ -22,7 +22,7 @@ See @secref["eventspaceinfo"] for more information about event priorities. -@defconstructor[([notify-callback (-> any) @scheme[void]] +@defconstructor[([notify-callback (-> any) void] [interval (or/c (integer-in 0 1000000000) false/c) #f] [just-once? any/c #f])]{