Skip to content

Commit 0c77e6a

Browse files
0rircoke
authored andcommitted
Update typesystem.rakudoc
1 parent bdc0c73 commit 0c77e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/typesystem.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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
1111
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
13-
introspection metamethod L<.^|/language/operators#methodop_.^>. A new type is
13+
introspection metamethods (L<.^|/language/operators#methodop_.^>). A new type is
1414
introduced to the current scope by one of the following type declarators at
1515
compile time or with the L<metaobject protocol|/language/mop> at runtime. All
1616
type names must be unique in their scope.

0 commit comments

Comments
 (0)