Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Nov 7, 2017
1 parent fc9e724 commit 948a3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Telemetry.pm6
Expand Up @@ -289,7 +289,7 @@ class Telemetry::Instrument::ThreadPool does Telemetry::Instrument {
nqp::bindpos_i($data,TW,nqp::elems(workers));
if nqp::getattr($sched,ThreadPoolScheduler,'$!timer-queue')
-> \queue {
nqp::bindpos_i($data,TTQ,mnqp::elems(queue));
nqp::bindpos_i($data,TTQ,nqp::elems(queue));
}
nqp::bindpos_i($data,TTC,completed(workers));
}
Expand Down

0 comments on commit 948a3fa

Please sign in to comment.