docs(road-intersection): fix typo

This commit is contained in:
Michele Sessa 2022-10-13 11:38:30 +01:00 committed by Michele
parent 6f65a96a2e
commit 361430938f
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ The vehicles traveling through your capital city's new junction must follow thes
- Each vehicle must have a fixed velocity.
- A safety distance from other vehicles must be maintained. If one vehicle stops, the following vehicle must also stop before it gets to close to the stationary vehicle in front.
- A safety distance from other vehicles must be maintained. If one vehicle stops, the following vehicle must also stop before it gets too close to the stationary vehicle in front.
- Vehicles must stop if the traffic light is red and proceed otherwise.