Skip to content

Commit fd7d6ba

Browse files
committed
remove trailing ws
1 parent 9677f76 commit fd7d6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ and C<$b> L«C<Int>|/type/Int». Returns an empty string if C<< $b <= 0 >>.
10631063
10641064
say 'ab' x 3; # ababab
10651065
say 42 x 3; # 424242
1066-
1066+
10671067
my $a = 'a'.IO; my $b = 3.5;
10681068
say $a x $b; # aaa
10691069

0 commit comments

Comments
 (0)