From ba6fab5e8ec88e2a53d039fb5a02dda787dccb90 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Mon, 24 Nov 2014 15:10:30 -0500 Subject: [PATCH] Fix typo in GUI docs original commit: 51099e660e314b974ad99a60d8cb4118488e7048 --- pkgs/gui-pkgs/gui-doc/scribblings/gui/editor-intf.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/gui-pkgs/gui-doc/scribblings/gui/editor-intf.scrbl b/pkgs/gui-pkgs/gui-doc/scribblings/gui/editor-intf.scrbl index 8dc91f67..d0cb89cb 100644 --- a/pkgs/gui-pkgs/gui-doc/scribblings/gui/editor-intf.scrbl +++ b/pkgs/gui-pkgs/gui-doc/scribblings/gui/editor-intf.scrbl @@ -1589,7 +1589,7 @@ Provides a way to add arbitrary graphics to an editor's @techlink{display}. Thi editor. The @racket[before?] argument is @racket[#t] when the method is called just - before a painting the contents of the editor or @racket[#f] when it is + before painting the contents of the editor or @racket[#f] when it is called after painting. The @racket[left], @racket[top], @racket[right], and @racket[bottom] arguments specify which region of the editor is being repainted, in editor coordinates. To get the coordinates for