Skip to content

Commit

Permalink
Changes indexing to conditional operator
Browse files Browse the repository at this point in the history
And closes #1851 for the third time. This must have been like the most
closed issue, ever.
  • Loading branch information
JJ committed Apr 28, 2018
1 parent cee0434 commit d5518b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Expand Up @@ -1922,7 +1922,7 @@ my %loser = points => 20, misses => 10;
=head1 Conditional Operator Precedence
=head2 infix C<?? !!> X<|⁇ ‼>
=head2 infix C<?? !!> X<|operator,conditional>
Also called X<Ternary operator|?? !!> or conditional operator.
Expand Down

0 comments on commit d5518b7

Please sign in to comment.