From e34d8e3b6613aad470746d2f6e03db374c4e8b20 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 6 Jan 2008 16:54:34 +0000 Subject: [PATCH] sandbox Scribble evaluations; fix rational exact->inexact loss of precision svn: r8238 original commit: f3cb86dc1ac569297d67573dc73b7f5e3859656a --- collects/scribblings/gui/win-overview.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/gui/win-overview.scrbl b/collects/scribblings/gui/win-overview.scrbl index 5e00e16e..1d4988b0 100644 --- a/collects/scribblings/gui/win-overview.scrbl +++ b/collects/scribblings/gui/win-overview.scrbl @@ -74,7 +74,7 @@ If a window receives multiple kinds of events, the events are (code:comment #, @t{Define overriding method to handle keyboard events}) (define/override (#,(:: canvas<%> on-char) event) (send msg #,(:: message% set-label) "Canvas keyboard")) - (code:comment #, @t{Call the superclass initialization (and pass on all init args)}) + (code:comment #, @t{Call the superclass init, passing on all init args}) (super-new))) (code:comment #, @t{Make a canvas that handles events in the frame})