1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: fix POD errors
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=76994
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=76994
Author: Jonathan Yu <jawnsy@cpan.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
--- a/OODoc/XPath.pod
+++ b/OODoc/XPath.pod
@@ -968,7 +968,7 @@ features of OODoc::Meta and OODoc::Docum
=head3 getFirstTextRun(path, position)
-=hread3 getFirstTextRun(element)
+=head3 getFirstTextRun(element)
Returns the first text segment of an element whose text content is
segmented due to one or more child elements. In other words, returns
|