From f8b1f2431bd5dca75a82015e890b39e5071e6f87 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Fri, 22 Feb 2002 21:24:32 +0000 Subject: [PATCH] Grammar tweak. --- Doc/lib/emailparser.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/emailparser.tex b/Doc/lib/emailparser.tex index e303f93ebe..40ce853028 100644 --- a/Doc/lib/emailparser.tex +++ b/Doc/lib/emailparser.tex @@ -22,7 +22,7 @@ Note that the parser can be extended in limited ways, and of course you can implement your own parser completely from scratch. There is no magical connection between the \module{email} package's bundled parser and the \class{Message} class, so your custom parser can create -message object trees in any way it find necessary. +message object trees any way it finds necessary. The primary parser class is \class{Parser} which parses both the headers and the payload of the message. In the case of -- 2.50.0