Skip to content

Commit b5cc1b5

Browse files
committed
Fix MRO signatures
1 parent 2d79b9c commit b5cc1b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Type/Metamodel/Naming.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ roles and enums.
1111
1212
=head2 method name
1313
14-
method name()
14+
method name($type)
1515
1616
Returns the name of the meta object, if any.
1717
1818
say 42.^name; # Int
1919
2020
=head2 method set_name
2121
22-
method set_name($new_name)
22+
method set_name($type, $new_name)
2323
2424
Sets the new name of the meta object.
2525

0 commit comments

Comments
 (0)