mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-25 07:25:47 +03:00
doc typos (#352)
This commit is contained in:
parent
5813603594
commit
27b25a71a5
@ -1,5 +1,5 @@
|
||||
// Heuristically generate a ControlTrafficSignal just based on the roads leading to each traffic
|
||||
// isignal.
|
||||
// signal.
|
||||
|
||||
use crate::{
|
||||
ControlTrafficSignal, IntersectionCluster, IntersectionID, Map, Movement, MovementID,
|
||||
|
@ -1,5 +1,5 @@
|
||||
// A traffic signal consists of a sequence of Stages that repeat in a cycle. Most Stages last for a
|
||||
// fixed duration. During a singe Stage, some movements are protected (can proceed with the highest
|
||||
// fixed duration. During a single Stage, some movements are protected (can proceed with the highest
|
||||
// priority), while others are permitted (have to yield before proceeding).
|
||||
|
||||
use crate::make::traffic_signals::{brute_force, get_possible_policies};
|
||||
|
Loading…
Reference in New Issue
Block a user