Skip to content

Commit e934bc2

Browse files
committed
remove trailing whitespace
1 parent 559a4e7 commit e934bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/classtut.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ C<$o>, which tells us the exact type of C<$o>: in this case C<Programmer>.
624624
625625
C<$o.perl> returns a string that can be executed as Perl code, and
626626
reproduces the original object C<$o>. While this does not work perfectly in
627-
all cases, it is very useful for debugging simple objects.
627+
all cases, it is very useful for debugging simple objects.
628628
N<For example closures cannot easily be reproduced this way; if you
629629
don't know what a closure is don't worry. Also current implementations have
630630
problems with dumping cyclic data structures this way, but they are expected

0 commit comments

Comments
 (0)