From ba2aaf90dd55dc5c16909310c9f88e40e1fd58d0 Mon Sep 17 00:00:00 2001 From: Kevin Andersen Date: Thu, 11 Apr 2019 11:12:52 -0400 Subject: [PATCH] Corrected documentation for BoostMotor._clearRotationState() --- src/extensions/scratch3_boost/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extensions/scratch3_boost/index.js b/src/extensions/scratch3_boost/index.js index e6dd894da..a1be433ba 100644 --- a/src/extensions/scratch3_boost/index.js +++ b/src/extensions/scratch3_boost/index.js @@ -586,7 +586,7 @@ class BoostMotor { /** * Clear the motor states related to rotation-based commands, if any. - * Safe to call even when there is no pending timeout. + * Safe to call even when there is no pending promise function. * @private */ _clearRotationState () {