fix line following paragraph

This commit is contained in:
Peli de Halleux 2018-05-18 13:53:59 -07:00
parent ccba83cfab
commit caf273be84

View File

@ -90,7 +90,7 @@ forever(function () {
}) })
``` ```
# Step 7 ## Step 7
In the second ``||motors:tank large motors||`` block in the ``||logic:else||`` clause, change the speed values of the motors from ``50%``, ``50%`` to ``15%``, ``5%``. This slows down the robot, and steers it to the right (because the **B** motor is driving faster than the **C** motor). In the second ``||motors:tank large motors||`` block in the ``||logic:else||`` clause, change the speed values of the motors from ``50%``, ``50%`` to ``15%``, ``5%``. This slows down the robot, and steers it to the right (because the **B** motor is driving faster than the **C** motor).