Skip to content

Commit 44c708c

Browse files
committed
Note that delete is still useful for pruning nodes
1 parent 321ec27 commit 44c708c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/HTML/Element.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Donald Knuth's I<The Art of Computer Programming, Volume 1>.)
208208
=head2 Weak References
209209
210210
TL;DR summary: S<C<use HTML::TreeBuilder 5 -weak;>> and forget about
211-
the C<delete> method.
211+
the C<delete> method (except for pruning a node from a tree).
212212
213213
Because HTML::Element stores a reference to the parent element, Perl's
214214
reference-count garbage collection doesn't work properly with

0 commit comments

Comments
 (0)