From f96ed0632a1b4536ce6bf16df42ae1251cd9e50c Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 31 Jul 2010 09:40:04 -0500 Subject: [PATCH] improved contract --- collects/scribble/base.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribble/base.rkt b/collects/scribble/base.rkt index 292d984034..0aed83450c 100644 --- a/collects/scribble/base.rkt +++ b/collects/scribble/base.rkt @@ -285,7 +285,7 @@ [image (->* ((or/c path-string? (cons/c 'collects (listof bytes?)))) (#:scale real? - #:suffixes (listof #rx"^[.]")) + #:suffixes (listof (and/c string? #rx"^[.]"))) #:rest (listof content?) image-element?)])