Skip to content

Commit

Permalink
Merge a820b73 into 6f7726a
Browse files Browse the repository at this point in the history
  • Loading branch information
robrwo committed Nov 18, 2018
2 parents 6f7726a + a820b73 commit 71e3f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Types/Common/String.pm
Expand Up @@ -129,7 +129,7 @@ $meta->add_type(
parent => NonEmptySimpleStr,
constraint => sub { !/\p{Upper}/ms },
inlined => sub { undef, qq($_ !~ /\\p{Upper}/ms) },
message => sub { "Must not contain pper case letters" },
message => sub { "Must not contain upper case letters" },
);

LowerCaseSimpleStr->coercion->add_type_coercions(
Expand Down

0 comments on commit 71e3f9e

Please sign in to comment.