Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
coke committed Dec 15, 2016
1 parent 733a3bd commit 68d2c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Expand Up @@ -2256,7 +2256,7 @@ to misuse, see L<traps|/language/traps#Loose_boolean_operators>.
=head2 infix C«andthen»
Returns L«C<Empty>|/type/Slip#index-entry-Empty-Empty» unpon encountering
Returns L«C<Empty>|/type/Slip#index-entry-Empty-Empty» upon encountering
the first undefined argument, otherwise the last argument.
Short-circuits. The result of the left side is bound to $_ for the
right side, or passed as arguments if the right side is a
Expand Down

0 comments on commit 68d2c37

Please sign in to comment.