Skip to content

Commit

Permalink
Add change requested
Browse files Browse the repository at this point in the history
Revert change added in the pull request: smartmatch to smart-match
  • Loading branch information
chsanch committed May 29, 2018
1 parent 813a27a commit 12350e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Expand Up @@ -1779,7 +1779,7 @@ also modify the other.
X<|smartmatch operator>
=head2 infix C«~~»
The X<smartmatch operator> aliases the left-hand side to C<$_>, then evaluates
The X<smart-match operator> aliases the left-hand side to C<$_>, then evaluates
the right-hand side and calls C<.ACCEPTS($_)> on it. The semantics are left
to the type of the right-hand side operand.
Expand Down

0 comments on commit 12350e4

Please sign in to comment.