From c9fcde258f4ec413a50c7ab696fadc7646cacb4c Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 27 Dec 2011 08:51:58 -0600 Subject: [PATCH] docs bug (as noted by Marijn on racket-dev) --- collects/scribblings/framework/frame.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/framework/frame.scrbl b/collects/scribblings/framework/frame.scrbl index f77140e24e..eb14bbad1f 100644 --- a/collects/scribblings/framework/frame.scrbl +++ b/collects/scribblings/framework/frame.scrbl @@ -554,7 +554,7 @@ width and height of the screen, whichever is smaller. @defconstructor[((filename string?) - (editor% (is-a?/c editor<%>)) + (editor% (implementation?/c editor:basic<%>)) (parent (or/c (is-a?/c frame%) false/c) #f) (width (or/c (integer-in 0 10000) false/c) #f) (height (or/c (integer-in 0 10000) false/c) #f)