net/sendurl: doc correction

This commit is contained in:
Matthew Flatt 2019-12-07 16:39:44 -07:00
parent 26e3651ef9
commit 6e958d8339

View File

@ -30,8 +30,8 @@ that escaping does not affect already-encoded characters in
@racket[str].
On all platforms, the @racket[external-browser] parameter can be set to a
procedure to override the above behavior --- the procedure will be
called with the @racket[url] string.}
procedure to override the above behavior, and the procedure will be
called with the URL @racket[str].}
@defproc[(send-url/file [path path-string?] [separate-window? any/c #t]
[#:fragment fragment (or/c string? false/c) #f]