Skip to content

Commit c23d9ca

Browse files
committed
link to container
1 parent 1f0be4a commit c23d9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Nil.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ C<Nil>.
5151
say (Nil){100}; # Nil
5252
5353
X<|Nil assignment>
54-
When assigned to a container, the C<Nil> value (but not any subclass of
54+
When assigned to a L<container|/language/containers>, the C<Nil> value (but not any subclass of
5555
C<Nil>) will attempt to revert the container to its default value; if no
5656
such default is declared, Perl 6 assumes C<Any>. However, if the container
5757
type is constrained with C<:D>, assigning C<Nil> to it will immediately throw

0 commit comments

Comments
 (0)