Corrected documentation for BoostMotor._clearRotationState()

This commit is contained in:
Kevin Andersen 2019-04-11 11:12:52 -04:00
parent 63726044e4
commit ba2aaf90dd

View file

@ -586,7 +586,7 @@ class BoostMotor {
/** /**
* Clear the motor states related to rotation-based commands, if any. * 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 * @private
*/ */
_clearRotationState () { _clearRotationState () {