Skip to content

Commit

Permalink
Tweak error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed May 13, 2020
1 parent 17bf5d5 commit d9defb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/Exception.pm6
Expand Up @@ -2140,7 +2140,7 @@ my class X::Str::Sprintf::Directives::Count is Exception {
$msg ~= " supplied.";

if $.args-used > $.args-have {
$msg ~= "\nAre you using an unescaped '\$'?";
$msg ~= "\nAre you using an interpolated '\$'?";
}

$msg;
Expand Down

0 comments on commit d9defb6

Please sign in to comment.