From 9dedbeae1b341467dd718bb23306660b5092336a Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 14 Dec 2017 13:26:04 -0800 Subject: [PATCH] updated parameters --- libs/core/_locales/core-jsdoc-strings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",