Skip to content

Commit 8ae8e7e

Browse files
committed
Add link to 'Scalar' class in containers documentation.
1 parent d1c4c64 commit 8ae8e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/containers.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ container>.
2828
2929
=head1 Scalar containers
3030
31-
Although objects of type C<Scalar> are everywhere in Perl 6, you rarely
31+
Although objects of type L<C<Scalar>|/type/Scalar> are everywhere in Perl 6, you rarely
3232
see them directly as objects, because most operations
3333
I<decontainerize>, which means they act on the C<Scalar> container's
3434
contents instead of the container itself.

0 commit comments

Comments
 (0)