Skip to content

Commit 1dfcb50

Browse files
authored
Fix incorrect URL
1 parent f0364aa commit 1dfcb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/typesystem.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
A type defines a new object by creating a type object that provides an
1010
interface to create instances of objects or to check values against. Any type
11-
object is a subclass of L<Any|/type/Mu> or L<Mu|/type/Mu>. Introspection
11+
object is a subclass of L<Any|/type/Any> or L<Mu|/type/Mu>. Introspection
1212
methods are provided via inheritance from those base classes and the
1313
introspection postfix L<.^|/language/operators#postfix_.^>. A new type is
1414
introduced to the current scope by one of the following type declarators at

0 commit comments

Comments
 (0)