From 477dc43a9d3b8bbf033bf77e2f014018243cb3ae Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Fri, 13 Aug 2010 11:27:37 -0400 Subject: [PATCH] Fixed typoes in the slideshow documentation. --- collects/scribblings/slideshow/picts.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/slideshow/picts.scrbl b/collects/scribblings/slideshow/picts.scrbl index d6c3fca6b6..bb515936da 100644 --- a/collects/scribblings/slideshow/picts.scrbl +++ b/collects/scribblings/slideshow/picts.scrbl @@ -297,7 +297,7 @@ argument for consistency with the other functions.} [#:start-pull start-pull real? 1/4] [#:end-pull end-pull real? 1/4] [#:line-width line-width (or/c #f real?) #f] - [#:color color (or/c #f string? (is-a/c? color%)) #f] + [#:color color (or/c #f string? (is-a?/c color%)) #f] [#:under? under? any/c #f]) pict?] [(pin-arrow-line [arrow-size real?] [pict pict?] @@ -310,7 +310,7 @@ argument for consistency with the other functions.} [#:start-pull start-pull real? 1/4] [#:end-pull end-pull real? 1/4] [#:line-width line-width (or/c #f real?) #f] - [#:color color (or/c #f string? (is-a/c? color%)) #f] + [#:color color (or/c #f string? (is-a?/c color%)) #f] [#:under? under? any/c #f] [#:solid? solid? any/c #t] [#:hide-arrowhead? any/c #f]) @@ -325,7 +325,7 @@ argument for consistency with the other functions.} [#:start-pull start-pull real? 1/4] [#:end-pull end-pull real? 1/4] [#:line-width line-width (or/c #f real?) #f] - [#:color color (or/c #f string? (is-a/c? color%)) #f] + [#:color color (or/c #f string? (is-a?/c color%)) #f] [#:under? under? any/c #f] [#:solid? solid? any/c #t] [#:hide-arrowhead? any/c #f])