Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update 5to6-perlop.pod6
fix link in smart match in binding section
  • Loading branch information
finanalyst committed Nov 2, 2018
1 parent 8997d62 commit 1bbf4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/5to6-perlop.pod6
Expand Up @@ -97,7 +97,7 @@ C<=~> and C<!~> have been replaced by C<~~> and C<!~~>, respectively.
Those of you who consider smartmatching broken in Perl 5 will be happy
to hear that it works much better in Perl 6, as the stronger typing
means less guesswork. See
L<the smartmatch documentation|language/operators#index-entry-smartmatch_operator> for a
L<the smartmatch documentation|/language/operators#index-entry-smartmatch_operator> for a
more extensive explanation of how smartmatch works in Perl 6.
=head2 Multiplicative operators
Expand Down

0 comments on commit 1bbf4e3

Please sign in to comment.