From: Gurusamy Sarathy Date: Fri, 4 Feb 2000 07:54:04 +0000 (+0000) Subject: pod typos (from Gregor N. Purdy ) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=808e46e63f3614cadd44c8187e3ba1ff1a6d7721;p=p5sagit%2Fp5-mst-13.2.git pod typos (from Gregor N. Purdy ) p4raw-id: //depot/perl@4982 --- diff --git a/lib/Pod/Parser.pm b/lib/Pod/Parser.pm index c9c67bd8..c727142 100644 --- a/lib/Pod/Parser.pm +++ b/lib/Pod/Parser.pm @@ -142,8 +142,8 @@ For the most part, the B base class should be able to do most of the input parsing for you and leave you free to worry about how to intepret the commands and translate the result. -Note that all we have described here in this quick overview overview is -the simplest most striaghtforward use of B to do stream-based +Note that all we have described here in this quick overview is +the simplest most straightforward use of B to do stream-based parsing. It is also possible to use the B function to do more sophisticated tree-based parsing. See L<"TREE-BASED PARSING">.