Fix inaccurate comment.

This commit is contained in:
Evelyn Eastmond 2019-05-11 10:48:35 -04:00
parent 0256fff8ce
commit 14ffae04f8

View file

@ -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
*/