Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jun 12, 2018
1 parent 6c60943 commit d57a155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/5to6-perlop.pod6
Expand Up @@ -368,7 +368,7 @@ arguments has been replaced by C<@*ARGS>.
=head2 No-ops
C<1 while foo();> works in the same way as it does in Perl 5, however it
generates a warning. In Perl 6 the idiom is now written as
generates a warning. In Perl 6 the idiom is now written as
C<Nil while foo();> instead.
=head2 Bitwise String Operators
Expand Down

1 comment on commit d57a155

@b2gills
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am sure that I put in that nbsp.
I think the Github editor "helpfully" replaces it.

Please sign in to comment.