Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix error message typo; associtiave -> associative
  • Loading branch information
thundergnat committed Mar 9, 2013
1 parent 8c0f875 commit baa9b00
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 baa9b00

Please sign in to comment.