Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct signature, cognominal++
also remove a redundant multi
  • Loading branch information
moritz committed May 22, 2015
1 parent 7212cbf commit 4932a71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S32-setting-library/Basics.pod
Expand Up @@ -98,8 +98,7 @@ instantiate a C<Mu> it would be considered defined, and thus true.
The following are defined in the C<Any> class:

class Any is Mu {
multi method clone (::T $self --> T --> Any ) {...}
multi method clone (::T $self, *%attributes --> T --> Any ) {...}
multi method clone (::T $self:, *%attributes --> T ) {...}

multi method can ($self:, Str $method --> Callable ) {...}
multi method does ($self:, $type --> Bool ) {...}
Expand Down

0 comments on commit 4932a71

Please sign in to comment.