Skip to content

Commit c945e94

Browse files
authored
Grammar fix
1 parent e2fb810 commit c945e94

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

content/simulator/programming/_index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ On first run, the robot will execute an example program for convenience. On firs
99
.
1010
├── competition-simulator-<version>
1111
│ ├── ...
12-
│ └─ worlds
12+
│ └─ worlds
1313
│ └── Arena.wbt
1414
├── zone-0
1515
│ ├── crane.py
16-
│ └─ forklift.py
17-
├── zone-1
18-
│ ├── crane.py
19-
│ └─ forklift.py
16+
│ └── forklift.py
17+
└── zone-1
2018
```
2119

2220
Your code for the forklift robot should go in `forklift.py` and the crane in `crane.py`.
@@ -37,7 +35,7 @@ for more details.
3735

3836
## Other robots
3937

40-
There is another robot in the arena, in its starting zone is zone 1. By default, this robot will not move.
38+
There is another robot in the arena; its starting zone is zone 1. By default, this robot will not move.
4139

4240
To control the zone 1 robot, you will need to provide its code:
4341

0 commit comments

Comments
 (0)