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 285704d commit 22cc614Copy full SHA for 22cc614
doc/Language/perl-op.rakudoc
@@ -52,7 +52,7 @@ 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<C<Signatures>|/type/Signature>s to
+Raku uses the C<->> to attach L<C<Signature>|/type/Signature>s to
56
L<C<Block>|/type/Block>s.
57
58
=head2 Auto-increment and auto-decrement
0 commit comments