From 3e0e604cb5b1e5ebd42994c2436fc8acfcc90d3a Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sun, 20 Apr 2014 19:49:35 -0500 Subject: [PATCH] fix list / list/c typos in pict docs --- pkgs/pict-pkgs/pict-doc/pict/scribblings/pict.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/pict-pkgs/pict-doc/pict/scribblings/pict.scrbl b/pkgs/pict-pkgs/pict-doc/pict/scribblings/pict.scrbl index 9770ce94e9..52b29e9c39 100644 --- a/pkgs/pict-pkgs/pict-doc/pict/scribblings/pict.scrbl +++ b/pkgs/pict-pkgs/pict-doc/pict/scribblings/pict.scrbl @@ -734,7 +734,7 @@ for @racket[pict] that does not already use a specific pen style.} @defproc[(colorize [pict pict?] [color (or/c string? (is-a?/c color%) - (list byte? byte? byte?))]) + (list/c byte? byte? byte?))]) pict?]{ Selects a specific color drawing, which applies to drawing in @@ -986,7 +986,7 @@ frame's drawing area, and the @racket[frame-x], @racket[frame-y], and @racket[frame-style] keyword arguments behave in the same manner as @racket[x], @racket[y], and @racket[style] arguments for the @racket[frame%].} -@defparam[current-expected-text-scale scales (list real? real?)]{ +@defparam[current-expected-text-scale scales (list/c real? real?)]{ A parameter used to refine text measurements to better match an expected scaling of the image. The @racket[scale/improve-new-text]