From 1763996c3f5bc8bde2b8402a3977f7c31d172ca4 Mon Sep 17 00:00:00 2001 From: Mirko Barthauer <33294728+m-kro@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:25:57 +0100 Subject: [PATCH] typo ref #2 --- docs/web/docs/Simulation/Routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web/docs/Simulation/Routing.md b/docs/web/docs/Simulation/Routing.md index 51a61f2aa399..84f62bd59edb 100644 --- a/docs/web/docs/Simulation/Routing.md +++ b/docs/web/docs/Simulation/Routing.md @@ -137,7 +137,7 @@ The travel time is needed to compute at which time a certain edge is reached so When setting the options **--weight-file** and **--weight-attribute**, additional routing efforts are read according to the specified attribute. These are only used when calling the TraCI function [reroute by effort](../TraCI/Change_Vehicle_State.md). The assumed efforts -along a vehicles route are are time-based values and the time is +along a vehicles route are time-based values and the time is computed based on the travel time values described above. The effort can also be set using *traci.edge.setEffort*.