Skip to content

Commit

Permalink
Remove extra blank line in conditional operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
fluca1978 committed Dec 18, 2017
1 parent b26526f commit 82088c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/Language/5to6-perlop.pod6
Expand Up @@ -188,7 +188,6 @@ by C<?? !!>:
=begin code
$x = $ok ? $yes : $no; # Perl 5
$x = $ok ?? $yes !! $no; # Perl 6
=end code
Expand Down

0 comments on commit 82088c8

Please sign in to comment.