diff --git a/doc/Language/classtut.pod6 b/doc/Language/classtut.pod6 index fc9788758e..20408694cf 100644 --- a/doc/Language/classtut.pod6 +++ b/doc/Language/classtut.pod6 @@ -624,7 +624,7 @@ C<$o>, which tells us the exact type of C<$o>: in this case C. C<$o.perl> returns a string that can be executed as Perl code, and reproduces the original object C<$o>. While this does not work perfectly in -all cases, it is very useful for debugging simple objects. +all cases, it is very useful for debugging simple objects. N