Skip to content

Commit

Permalink
Fix MRO signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Nov 16, 2014
1 parent 2d79b9c commit b5cc1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Type/Metamodel/Naming.pod
Expand Up @@ -11,15 +11,15 @@ roles and enums.
=head2 method name
method name()
method name($type)
Returns the name of the meta object, if any.
say 42.^name; # Int
=head2 method set_name
method set_name($new_name)
method set_name($type, $new_name)
Sets the new name of the meta object.
Expand Down

0 comments on commit b5cc1b5

Please sign in to comment.