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 bdc0c73 commit 0c77e6aCopy full SHA for 0c77e6a
doc/Language/typesystem.rakudoc
@@ -10,7 +10,7 @@ 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/Any> or L<Mu|/type/Mu>. Introspection
12
methods are provided via inheritance from those base classes and the
13
-introspection metamethod L<.^|/language/operators#methodop_.^>. A new type is
+introspection metamethods (L<.^|/language/operators#methodop_.^>). A new type is
14
introduced to the current scope by one of the following type declarators at
15
compile time or with the L<metaobject protocol|/language/mop> at runtime. All
16
type names must be unique in their scope.
0 commit comments