Skip to content

Commit 22cc614

Browse files
committed
Fix link to class
1 parent 285704d commit 22cc614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/perl-op.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ also used for method calls. So Perl's C«$arrayref->[7]» becomes
5252
Raku's C<$arrayref.[7]> and C«$user->name» becomes C<$user.name>.
5353
Note that dereferencing is rare in Raku.
5454

55-
Raku uses the C<->> to attach L<C<Signatures>|/type/Signature>s to
55+
Raku uses the C<->> to attach L<C<Signature>|/type/Signature>s to
5656
L<C<Block>|/type/Block>s.
5757

5858
=head2 Auto-increment and auto-decrement

0 commit comments

Comments
 (0)