Skip to content

Commit 9e74a63

Browse files
committed
Corrected documentation for the stateless version of "send/suspend/dispatch".
Changed the contract on the result to "any" (from "request?").
1 parent 3d6e543 commit 9e74a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-server-doc/web-server/scribblings/lang.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444

4545
@defproc[(send/suspend/dispatch [make-response (((request? . -> . any) . -> . string?) . -> . response?)])
46-
request?]{
46+
any]{
4747
Like @racket[send/suspend/url/dispatch] but with a string URL representation.
4848
}
4949

0 commit comments

Comments
 (0)