diff --git a/libs/core/_locales/core-jsdoc-strings.json b/libs/core/_locales/core-jsdoc-strings.json index 45879b14..dfe9c5e8 100644 --- a/libs/core/_locales/core-jsdoc-strings.json +++ b/libs/core/_locales/core-jsdoc-strings.json @@ -59,7 +59,8 @@ "motors.Motor.moveSteering|param|unit": "the meaning of the value", "motors.Motor.moveSteering|param|value": "the move quantity, eg: 2", "motors.Motor.moveTank": "The Move Tank block can make a robot drive forward, backward, turn, or stop. \nUse the Move Tank block for robot vehicles that have two Large Motors, \nwith one motor driving the left side of the vehicle and the other the right side. \nYou can make the two motors go at different speeds or in different directions \nto make your robot turn.", - "motors.Motor.moveTank|param|unit": "@param speedLeft ", + "motors.Motor.moveTank|param|speedRight": "the speed on the right motor, eg: 50", + "motors.Motor.moveTank|param|unit": "@param speedLeft the speed on the left motor, eg: 50", "motors.Motor.moveTank|param|value": "the amount of movement, eg: 2", "motors.Motor.move|param|speed": "the speed from ``100`` full forward to ``-100`` full backward, eg: 50", "motors.Motor.move|param|unit": "the meaning of the value",