summaryrefslogtreecommitdiff
path: root/README.xml
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-11-04 18:26:16 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-11-04 18:26:16 +0100
commit762eb0e249504f10342c429d6b17ccde0b515804 (patch)
tree40ece45e96feba6c797aa7951e7c476e7bb2fe17 /README.xml
parent28b37c1c8c9d798edfa65163f9f8d5d6e5628d2f (diff)
README.xml: remove mention of variable that is not used anymore
Diffstat (limited to 'README.xml')
-rw-r--r--README.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.xml b/README.xml
index d9afed8..4fb423b 100644
--- a/README.xml
+++ b/README.xml
@@ -29,7 +29,7 @@ Supports
- Helper function (xml_entitytostr) to convert XML 1.0 / HTML 2.0 named entities
and numeric entities to UTF-8.
- Reading XML from a fd, string buffer or implement a custom reader:
- see: XMLParser.getnext and XMLParser.getnext_data.
+ see: XMLParser.getnext.
Caveats