From 14ffae04f8d9ccca86b85b914f2b369d90c3c661 Mon Sep 17 00:00:00 2001 From: Evelyn Eastmond Date: Sat, 11 May 2019 10:48:35 -0400 Subject: [PATCH] Fix inaccurate comment. --- src/extensions/scratch3_boost/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/extensions/scratch3_boost/index.js b/src/extensions/scratch3_boost/index.js index d613a054f..ee69b8810 100644 --- a/src/extensions/scratch3_boost/index.js +++ b/src/extensions/scratch3_boost/index.js @@ -356,8 +356,8 @@ class BoostMotor { this._pendingRotationDestination = null; /** - * If the motor has been turned on run for a specific duration, - * this is the function that will be called once Scratch VM gets a notification from the Move Hub. + * If the motor has been turned on run for a specific rotation, this is the function + * that will be called once Scratch VM gets a notification from the Move Hub. * @type {Object} * @private */