summaryrefslogtreecommitdiff
path: root/textproc/expatobjc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/expatobjc')
-rw-r--r--textproc/expatobjc/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/expatobjc/DESCR b/textproc/expatobjc/DESCR
index 3cdec8e4074..554255c4b11 100644
--- a/textproc/expatobjc/DESCR
+++ b/textproc/expatobjc/DESCR
@@ -6,7 +6,7 @@ To use it, make a subclass of the XMLParser object that will override
any or all of the following methods based on what parts of the XML
parser document you want to read and analyze:
-startElement - for element start tags
+startElement - for element start tags
endElement - for element end tags
characters - for PCDATA stuff
processingInstruction - for XML processing instructions