Skip to content

Commit d19bedd

Browse files
committed
Tell to look at ACCEPTS in ~~ docs
- Make it more clear the provided list of semantics is incomplete - Link to ACCEPTS routines people could follow and read details
1 parent 11bd102 commit d19bedd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/Language/operators.pod6

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1604,7 +1604,9 @@ The X<smart-match operator>. Aliases the left-hand side to C<$_>, then evaluates
16041604
the right-hand side, and calls C<.ACCEPTS($_)> on it. The semantics are left
16051605
to the type of the right-hand side operand.
16061606
1607-
Here is an excerpt of built-in smart-matching functionality:
1607+
Here is a partial list of some of the built-in smart-matching functionality. For
1608+
full details, see L<ACCEPTS> documentation
1609+
for the type on the right-hand side of the operator.
16081610
16091611
=begin table
16101612

0 commit comments

Comments
 (0)