Skip to content

Commit 12350e4

Browse files
committed
Add change requested
Revert change added in the pull request: smartmatch to smart-match
1 parent 813a27a commit 12350e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@ also modify the other.
17791779
X<|smartmatch operator>
17801780
=head2 infix C«~~»
17811781
1782-
The X<smartmatch operator> aliases the left-hand side to C<$_>, then evaluates
1782+
The X<smart-match operator> aliases the left-hand side to C<$_>, then evaluates
17831783
the right-hand side and calls C<.ACCEPTS($_)> on it. The semantics are left
17841784
to the type of the right-hand side operand.
17851785

0 commit comments

Comments
 (0)