From b520696d6f466ab90212fcb53763cb18b26705c2 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 30 Jul 2012 11:20:08 -0500 Subject: [PATCH] typos --- collects/scribblings/framework/text.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/framework/text.scrbl b/collects/scribblings/framework/text.scrbl index 073c8eb1a5..45ef9a0507 100644 --- a/collects/scribblings/framework/text.scrbl +++ b/collects/scribblings/framework/text.scrbl @@ -417,7 +417,7 @@ @defmethod*[#:mode override (((get-keymaps) (listof (is-a?/c keymap%))))]{ This returns a list containing the super-class's keymaps, plus the result - of @racket[keymap:get-search] + of @racket[keymap:get-search]. } @defmethod[#:mode augment (after-insert [start exact-nonnegative-integer?] [len exact-nonnegative-integer?]) void?]{ @@ -503,7 +503,7 @@ string snip that just draws a single pixel for each character in the string. See also @racket[text:1-pixel-tab-snip%] for a similar extension to the - @racket[tab-snip%]class. + @racket[tab-snip%] class. This snip is used in conjunction with the @racket[frame:delegate<%>] and @racket[text:delegate<%>] interfaces. @@ -546,7 +546,7 @@ string snip that is always one pixel high. See also @racket[text:1-pixel-string-snip%] for a similar extension to the - @racket[string-snip%]class. + @racket[string-snip%] class. This snip is used in conjunction with the @racket[frame:delegate<%>] and @racket[text:delegate<%>] interfaces.