Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Aug 23, 2017
1 parent 1ee4ec3 commit a8e916e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/operators.pod6
Expand Up @@ -2308,11 +2308,11 @@ Same as L<infix C<^^>|#infix ^^>, except with looser precedence.
Returns the operand that evaluates to C<True> in boolean context, if and
only if the other operand evaluates to C<False> in boolean context. If
both operands evaluate to C<False>, returns the last argument. If both
operands evalute to C<True>, returns C<Nil>.
operands evaluate to C<True>, returns C<Nil>.
When chaining, returns the operand that evaluates to C<True>, if and
only if there is one such operand. If more than one operand is true,
it short-cicuits after evaluating the second and returns C<Nil>. If all
it short-circuits after evaluating the second and returns C<Nil>. If all
operands are false, returns the last one.
=head1 Sequencer Precedence
Expand Down

0 comments on commit a8e916e

Please sign in to comment.