From 6e958d8339fca22bbf02524c28e22bd52c353ccd Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 7 Dec 2019 16:39:44 -0700 Subject: [PATCH] net/sendurl: doc correction --- pkgs/net-doc/net/scribblings/sendurl.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/net-doc/net/scribblings/sendurl.scrbl b/pkgs/net-doc/net/scribblings/sendurl.scrbl index 48e1a66109..f65917632f 100644 --- a/pkgs/net-doc/net/scribblings/sendurl.scrbl +++ b/pkgs/net-doc/net/scribblings/sendurl.scrbl @@ -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]