We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0364aa commit 1dfcb50Copy full SHA for 1dfcb50
doc/Language/typesystem.pod6
@@ -8,7 +8,7 @@
8
9
A type defines a new object by creating a type object that provides an
10
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
+object is a subclass of L<Any|/type/Any> or L<Mu|/type/Mu>. Introspection
12
methods are provided via inheritance from those base classes and the
13
introspection postfix L<.^|/language/operators#postfix_.^>. A new type is
14
introduced to the current scope by one of the following type declarators at
0 commit comments