Skip to content

Commit 82088c8

Browse files
committed
Remove extra blank line in conditional operator.
1 parent b26526f commit 82088c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/Language/5to6-perlop.pod6

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ by C<?? !!>:
188188
189189
=begin code
190190
$x = $ok ? $yes : $no; # Perl 5
191-
192191
$x = $ok ?? $yes !! $no; # Perl 6
193192
=end code
194193

0 commit comments

Comments
 (0)