From 12350e48af5f775da204fd0b8f611f5b601d7189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Sa=CC=81nchez?= Date: Tue, 29 May 2018 14:39:19 -0500 Subject: [PATCH] Add change requested Revert change added in the pull request: smartmatch to smart-match --- doc/Language/operators.pod6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Language/operators.pod6 b/doc/Language/operators.pod6 index 1c8741d65..8ecd7ac5e 100644 --- a/doc/Language/operators.pod6 +++ b/doc/Language/operators.pod6 @@ -1779,7 +1779,7 @@ also modify the other. X<|smartmatch operator> =head2 infix C«~~» -The X aliases the left-hand side to C<$_>, then evaluates +The X 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.