Skip to content

Commit fdef767

Browse files
authored
Update contexts.pod6
bad link fix
1 parent c8748d9 commit fdef767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/contexts.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ say True+$list; # OUTPUT: «4␤»
8080
=end code
8181
8282
In the case of I<listy> things, the numeric value will be in general equivalent
83-
to C<.elems>; in some cases, like L<Thread|/Numeric#(Thread)_method_Numeric> it
83+
to C<.elems>; in some cases, like L<Thread|/routine/Numeric#(Thread)_method_Numeric> it
8484
will return an unique thread identifier.
8585
8686
=head1 String X<|string context>

0 commit comments

Comments
 (0)