Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #111 from thundergnat/nom
Update Exception.pm.  Fix error message typo; associtiave -> associative
  • Loading branch information
jnthn committed Mar 9, 2013
2 parents b58945c + baa9b00 commit 5a6b52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Exception.pm
Expand Up @@ -810,7 +810,7 @@ my class X::Syntax::NonAssociative does X::Syntax {
has $.left;
has $.right;
method message() {
"Operators '$.left' and '$.right' are non-associtiave and require parenthesis";
"Operators '$.left' and '$.right' are non-associative and require parenthesis";
}
}

Expand Down

0 comments on commit 5a6b52c

Please sign in to comment.