Skip to content

Commit

Permalink
Fix a doc typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed May 4, 2009
1 parent 959ac70 commit 2f551e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MooseX/Declare.pm
Expand Up @@ -170,7 +170,7 @@ What actually happens is something like this:
use Moose; use Moose;
use namespace::clean -except => 'meta'; use namespace::clean -except => 'meta';
... ...
__PACKAGE__->meta->mate_immutable(); __PACKAGE__->meta->make_immutable;
1; 1;
} }
Expand Down

0 comments on commit 2f551e3

Please sign in to comment.