Skip to content

Commit

Permalink
fixed issues in the GoDonnie Language Manual
Browse files Browse the repository at this point in the history
  • Loading branch information
amamory committed Nov 20, 2018
1 parent 0fcc636 commit eaa8a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/godonnie/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Explanation:
VAR c = COLOR GREEN
VAR px = POS x

The variable ``d`` is going to store the front distance from the robot to the object. The variable ``c`` is going to store the number of green objects. And the variable ``px`` is going to store the current position of the robot in the x axis. (The commands ``distance``, ``cor`` and ``pos`` will be seen in section 10 of the manual).
The variable ``d`` is going to store the front distance from the robot to the object. The variable ``c`` is going to store the number of green objects. And the variable ``px`` is going to store the current position of the robot in the x axis. (The commands ``distance``, ``color`` and ``pos`` will be seen in section 10 of the manual).

::

Expand Down

0 comments on commit eaa8a21

Please sign in to comment.