Skip to content

Commit 8d4d43b

Browse files
committed
#22 more minor typos
1 parent a8b8b00 commit 8d4d43b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/web/docs/Simulation/Intersections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ or `<lane>` element. This will shorten the edge/lane by a set amount.
8484

8585
Vehicles from a minor road wait exactly at the end of the lane in order
8686
to minimize the distance they have to cover when a suitable gap in
87-
traffic is found. Vehicles waiting at at a traffic light wait with an
87+
traffic is found. Vehicles waiting at a traffic light wait with an
8888
offset of 1m ahead of the lane end.
8989

9090
## Vehicle Class

docs/web/docs/Simulation/Output/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ There is no dedicated output format for traffic at junctions. Instead junction r
115115
or separate the approaching edges and to include or exclude the
116116
junction interior. (area-based detection on edges)
117117

118-
Alternatively, the [values for edges or lanes](#values_for_edges_or_lanes) can be aggregated to obtain the flow at at a junction by using edgeData attribute `edges` and `aggregate="true"`.
118+
Alternatively, the [values for edges or lanes](#values_for_edges_or_lanes) can be aggregated to obtain the flow at a junction by using edgeData attribute `edges` and `aggregate="true"`.
119119

120120
## vehicle-based information
121121

docs/web/docs/Simulation/RoadCapacity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ capacity):
4343
- *minGap*: the minimum gap between vehicles in a standing queue in m (default 2.5)
4444
- *tau*: the desired minimum time headway in seconds (default 1)
4545

46-
Assuming that all vehicles are driving at at constant speed *s*, the following
46+
Assuming that all vehicles are driving at constant speed *s*, the following
4747
headways hold for 'Krauss':
4848

4949
- `netHeadway = minGap + tau * s`

tools/traci/_vehicle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ def setRoute(self, vehID, edgeList):
12121212
setRoute(string, list) -> None
12131213
12141214
changes the vehicle route to given edges list.
1215-
The first edge in the list has to be the one that the vehicle is at at the moment.
1215+
The first edge in the list has to be the one that the vehicle is at the moment.
12161216
12171217
example usage:
12181218
setRoute('1', ['1', '2', '4', '6', '7'])

0 commit comments

Comments
 (0)