Skip to content

Commit 28f4d6c

Browse files
authored
Update containers.pod6
fix bad link
1 parent f668750 commit 28f4d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/containers.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ C<Three-letter>.
348348
349349
Variables may have no container in them, yet still offer the ability to
350350
re-bind and typecheck that rebind. The reason for that is in such cases the
351-
binding operator L<:=|/operators#infix_:=> performs the typecheck:
351+
binding operator L<:=|/language/operators#infix_:=> performs the typecheck:
352352
353353
my Int \z = 42;
354354
z := 100; # OK
@@ -416,4 +416,4 @@ work with types in Perl 6.
416416
417417
=end pod
418418

419-
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
419+
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 commit comments

Comments
 (0)