Skip to content

Commit

Permalink
And yet another one
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Sep 10, 2019
1 parent ae0657b commit 5a5cc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.e/Rakudo/Internals/Sprintf.pm6
Expand Up @@ -382,7 +382,7 @@ class Rakudo::Internals::Sprintf {
if @args.elems -> $elems {
Failure.new(
X::Str::Sprintf::Directives::Count.new(
:args-have($elems.Num), :0args-used
:args-have($elems.Int), :0args-used
)
)
}
Expand Down

0 comments on commit 5a5cc6f

Please sign in to comment.