From 9ae2c4b1f13fd8695d2a98605b2d7cebcd61550c Mon Sep 17 00:00:00 2001 From: Evelyn Eastmond Date: Sat, 11 May 2019 10:40:27 -0400 Subject: [PATCH] Adding a comment. --- src/extensions/scratch3_boost/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/extensions/scratch3_boost/index.js b/src/extensions/scratch3_boost/index.js index 4c07fbd41..052f4b52e 100644 --- a/src/extensions/scratch3_boost/index.js +++ b/src/extensions/scratch3_boost/index.js @@ -437,21 +437,21 @@ class BoostMotor { } /** - * @return {number} - time, in milliseconds, of when the pending timeout began. + * @return {number} - time, in milliseconds, of when the pending duration timeout began. */ get pendingTimeoutStartTime () { return this._pendingDurationTimeoutStartTime; } /** - * @return {number} - delay, in milliseconds, of the pending timeout. + * @return {number} - delay, in milliseconds, of the pending duration timeout. */ get pendingTimeoutDelay () { return this._pendingDurationTimeoutDelay; } /** - * @return {number} - delay, in milliseconds, of the pending timeout. + * @return {number} - delay, in milliseconds, of the pending duration timeout. */ get pendingPositionDestination () { return this._pendingRotationDestination;