Skip to content

Commit

Permalink
Another case of args-have needing an Int
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Sep 10, 2019
1 parent 3caced7 commit ae0657b
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 @@ -371,7 +371,7 @@ class Rakudo::Internals::Sprintf {
else {
Failure.new(
X::Str::Sprintf::Directives::Count.new(
:args-have(@args.elems.Num), :1args-used
:args-have(@args.elems.Int), :1args-used
)
)
}
Expand Down

0 comments on commit ae0657b

Please sign in to comment.