From 274c56a4d5dc13367dd4ef7d788d557df6197e4c Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Thu, 16 Sep 2010 14:12:14 -0600 Subject: [PATCH] fixed bug in syntax/modcode docs --- collects/syntax/scribblings/modcode.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/syntax/scribblings/modcode.scrbl b/collects/syntax/scribblings/modcode.scrbl index 27e2403b83..9b21efa167 100644 --- a/collects/syntax/scribblings/modcode.scrbl +++ b/collects/syntax/scribblings/modcode.scrbl @@ -19,7 +19,7 @@ (or/c (symbols 'src 'zo 'so) false/c)) (lambda (src zo so) #f)] [#:notify notify-proc (any/c . -> . any) void] - [#:src-reader read-syntax-proc + [#:source-reader read-syntax-proc (any/c input-port? . -> . syntax?) read-syntax]) any]{