Skip to content

Commit 426890b

Browse files
committed
Setting introspection right
1 parent 432c409 commit 426890b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/structures.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ say $lines[0];
436436
=head1 Introspection
437437
438438
Languages that allow
439-
L<introspection|https://en.wikipedia.org/wiki/Introspection> like Perl 6
439+
L<introspection|https://en.wikipedia.org/wiki/Type_introspection> like Perl 6
440440
have functionalities attached to the type system that let the developer
441441
access container and value metadata. This metadata can be used in a
442442
program to carry out different actions depending on their value. As it is

0 commit comments

Comments
 (0)