Skip to content

Commit c3a388e

Browse files
authored
Merge pull request #15 from LiberalArtist/fix-stateless-sendsuspenddispatch-documentation
Corrected documentation for stateless "send/suspend/dispatch"
2 parents 3d6e543 + 9e74a63 commit c3a388e

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)