Changing docs re: John

This commit is contained in:
Jay McCarthy 2010-06-30 08:35:14 -06:00
parent 4e932f6c6b
commit f5f46d9fe0

View File

@ -162,7 +162,7 @@ After mastering the world of blogging software, you decide to put the ubiquitous
@defproc[(serve/dispatch [dispatch (request? . -> . response/c)])
void]{
Calls @racket[serve/servlet] with appropriate arguments so that every request is handled by @racket[dispatch].
Calls @racket[serve/servlet] with a @racket[#:servlet-regexp] argument (@racket[#rx""]) so that every request is handled by @racket[dispatch].
}
@section{Built-in URL patterns}