Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unnecessary "that" string
  • Loading branch information
MadcapJake committed Dec 4, 2015
1 parent bb93bd7 commit c079f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Exception.pm
Expand Up @@ -1400,7 +1400,7 @@ my class X::Syntax::CannotMeta does X::Syntax {
my class X::Syntax::Adverb does X::Syntax {
has $.what;

method message() { "You can't adverb " ~ ($.what // "that") }
method message() { "You can't adverb " ~ $.what }
}

my class X::Syntax::Regex::Adverb does X::Syntax {
Expand Down

0 comments on commit c079f89

Please sign in to comment.