From d2c14f872cc2fce7c84122facc9aa57eada600a8 Mon Sep 17 00:00:00 2001 From: Evelyn Eastmond Date: Fri, 1 Mar 2019 10:43:27 -0500 Subject: [PATCH] Fixing comment. --- src/extensions/scratch3_microbit/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extensions/scratch3_microbit/index.js b/src/extensions/scratch3_microbit/index.js index 9a2f73596..674d34ff7 100644 --- a/src/extensions/scratch3_microbit/index.js +++ b/src/extensions/scratch3_microbit/index.js @@ -139,7 +139,7 @@ class MicroBit { this._busy = false; /** - * A task queue to track timed tasks over the socket. + * A task queue to track communication tasks sent over the socket. * The max tokens for the task queue bucket is set to 1, the refill rate * is set to 10/second. The max total cost is set to 30, meaning that the * task queue will not add any new tasks if it contains tasks adding up to