Skip to content

Commit

Permalink
correct typo in type constraint exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed May 28, 2018
1 parent 2c48763 commit 8e48fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Moose/Exception/InvalidNameForType.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ has 'name' => (

sub _build_message {
my $self = shift;
$self->name." contains invalid characters for a type name. Names can contain alphanumeric character, ':', and '.'";
$self->name." contains invalid characters for a type name. Names can contain alphanumeric characters, ':', and '.'";
}
1;

0 comments on commit 8e48fba

Please sign in to comment.