Skip to content

Commit

Permalink
Documentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Sep 24, 2008
1 parent 1abdebb commit 9d73ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MooseX/Method/Signatures.pm
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ signature syntax is supported yet and some of it never will be.
method foo ( $moo) # invocant is called $self and is required
method bar ($self: $moo) # same, but explicit
method baz ($class: $moo) # invocant is called $self
method baz ($class: $moo) # invocant is called $class
=head2 Labels
Expand Down

0 comments on commit 9d73ebc

Please sign in to comment.