Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove trailing ws
  • Loading branch information
coke committed Oct 17, 2016
1 parent 9677f76 commit fd7d6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Expand Up @@ -1063,7 +1063,7 @@ and C<$b> L«C<Int>|/type/Int». Returns an empty string if C<< $b <= 0 >>.
say 'ab' x 3; # ababab
say 42 x 3; # 424242
my $a = 'a'.IO; my $b = 3.5;
say $a x $b; # aaa
Expand Down

0 comments on commit fd7d6ba

Please sign in to comment.