We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01761b0 commit c537c5aCopy full SHA for c537c5a
doc/Language/5to6-perlop.rakudoc
@@ -52,8 +52,8 @@ also used for method calls. So Perl's C«$arrayref->[7]» becomes
52
Raku's C<$arrayref.[7]> and C«$user->name» becomes C<$user.name>.
53
Note that dereferencing is rare in Raku.
54
55
-Raku uses the C<->> to attach L<Signatures|/language/Signature> to
56
-L<Blocks|/language/Block>.
+Raku uses the C<->> to attach L<C<Signatures>|/type/Signature>s to
+L<C<Block>|/type/Block>s.
57
58
=head2 Auto-increment and auto-decrement
59
0 commit comments