File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -240,13 +240,12 @@ to the C<HTML::Parser> object:
240
240
241
241
=item $p->parse( $string )
242
242
243
- Parse $string as the next chunk of the HTML document. The return
244
- value is normally a reference to the parser object (i.e. $p).
245
- Handlers invoked should not attempt to modify the $string in-place until
246
- $p->parse returns.
243
+ Parse $string as the next chunk of the HTML document. Handlers invoked should
244
+ not attempt to modify the $string in-place until $p->parse returns.
247
245
248
- If an invoked event handler aborts parsing by calling $p->eof, then
249
- $p->parse() will return a FALSE value.
246
+ If an invoked event handler aborts parsing by calling $p->eof, then $p->parse()
247
+ will return a FALSE value. Otherwise the return value is a reference to the
248
+ parser object ($p).
250
249
251
250
=item $p->parse( $code_ref )
252
251
You can’t perform that action at this time.
0 commit comments