From 8acfe2bdfa89fa26f7cd27b53afd4dadbe51ac09 Mon Sep 17 00:00:00 2001 From: Jens Axel Soegaard Date: Fri, 12 Jan 2007 20:33:14 +0000 Subject: [PATCH] Fixed typo. svn: r5337 --- collects/net/doc.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/net/doc.txt b/collects/net/doc.txt index e64395718f..c9be7a27b6 100644 --- a/collects/net/doc.txt +++ b/collects/net/doc.txt @@ -164,9 +164,9 @@ PROCEDURES ----------------------------------------------------------- which uses open-input-file, does not handle exceptions, and ignores the optional strings. -> (get-impure-port url [list-of-strings]) -> input-port -> (head-pure-port url [list-of-strings]) -> input-port -> (delete-pure-port url [list-of-strings]) -> input-port +> (get-impure-port url [list-of-strings]) -> input-port +> (head-impure-port url [list-of-strings]) -> input-port +> (delete-impure-port url [list-of-strings]) -> input-port Like -pure-port above, but the port returned corresponds to both the headers returned as well as the body. The file:// scheme is