File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ C<STORABLE_thaw> hooks to provide native support for L<Storable>,
49
49
if you have it installed.
50
50
51
51
However if you want to clone a Document, you are highly recommended
52
- to use the internal C<$Document-E<gt> clone> method rather than Storable's
52
+ to use the C<$Document-E<gt> clone> method rather than Storable's
53
53
C<dclone > function (although C<dclone > should still work).
54
54
55
55
=head1 METHODS
@@ -791,7 +791,7 @@ Returns a L<PPI::Document::Normalized> object, or C<undef> on error.
791
791
sub normalized {
792
792
# The normalization process will utterly destroy and mangle
793
793
# anything passed to it, so we are going to only give it a
794
- # clone of ourself .
794
+ # clone of ourselves .
795
795
PPI::Normal-> process( $_ [0]-> clone );
796
796
}
797
797
You can’t perform that action at this time.
0 commit comments