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 f668750 commit 28f4d6cCopy full SHA for 28f4d6c
doc/Language/containers.pod6
@@ -348,7 +348,7 @@ C<Three-letter>.
348
349
Variables may have no container in them, yet still offer the ability to
350
re-bind and typecheck that rebind. The reason for that is in such cases the
351
-binding operator L<:=|/operators#infix_:=> performs the typecheck:
+binding operator L<:=|/language/operators#infix_:=> performs the typecheck:
352
353
my Int \z = 42;
354
z := 100; # OK
@@ -416,4 +416,4 @@ work with types in Perl 6.
416
417
=end pod
418
419
-# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
+# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
0 commit comments