Skip to content

Commit

Permalink
Tweak an error message; TimToady++.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Feb 25, 2013
1 parent b205e66 commit 4d9c34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Exception.pm
Expand Up @@ -1030,7 +1030,7 @@ my class X::TypeCheck::Splice is X::TypeCheck does X::Comp {

my class X::Assignment::RO is Exception {
method message {
"Cannot assign to a non-container";
"Cannot modify an immutable value";
}
}

Expand Down

0 comments on commit 4d9c34a

Please sign in to comment.