From 50fdb9be909ff8a72847d53c9f484f52f5456d51 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 17 Apr 2006 12:29:39 +0000 Subject: [PATCH] fix doc typo svn: r2684 --- collects/xml/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/xml/doc.txt b/collects/xml/doc.txt index d3140653e3..41dfe2a2ec 100644 --- a/collects/xml/doc.txt +++ b/collects/xml/doc.txt @@ -46,7 +46,7 @@ Functions Any non-characters other than eof read from the input-port will appear in the document content. Such special values may only appear - where XML content may. See make-custom-input-port for information + where XML content may. See make-input-port for information about creating ports that return non-character values. > read-xml/element : [Input-port] -> Element