Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops.
  • Loading branch information
AlexDaniel committed Sep 3, 2017
1 parent 33dcac7 commit 0b838e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Expand Up @@ -213,7 +213,7 @@ Although not strictly operators, methods can be used in the same fashion.
$a .= round; # RESULT: «3»
=head1 Negated Relational Operators
X<|! (negation meta operator)>X<|!==> and C<|!eq>
X<|! (negation meta operator)>X<|!==>X<|!eq>
The result of a relational operator returning C<Bool> can be negated by
prefixing with C<!>. To avoid visual confusion with the C<!!> operator,
Expand Down

1 comment on commit 0b838e9

@lancew
Copy link
Contributor

@lancew lancew commented on 0b838e9 Sep 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.