Skip to content

Commit d57a155

Browse files
committed
whitespace
1 parent 6c60943 commit d57a155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/5to6-perlop.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ arguments has been replaced by C<@*ARGS>.
368368
=head2 No-ops
369369
370370
C<1 while foo();> works in the same way as it does in Perl 5, however it
371-
generates a warning. In Perl 6 the idiom is now written as
371+
generates a warning. In Perl 6 the idiom is now written as
372372
C<Nil while foo();> instead.
373373
374374
=head2 Bitwise String Operators

0 commit comments

Comments
 (0)