Word changes to reduce policheck hits (#992)

This commit is contained in:
Galen Nickel
2020-11-06 13:09:53 -08:00
committed by GitHub
parent 5289850351
commit faae7133f5
2 changed files with 7 additions and 7 deletions

View File

@ -37,7 +37,7 @@ namespace pxsim {
return Math.round(this.angle);
}
// returns the slave motor if any
// returns the secondary motor if any
getSynchedMotor() {
return this._synchedMotor;
}