Skip to content

Commit

Permalink
correct XML example ref #2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kro committed Feb 19, 2024
1 parent ccbf92f commit 7c925fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/docs/Networks/PlainXML.md
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ Using `<type>` definitions it is possible to implement vClass specific speed
limits:

```xml
<type id="a" priority="3" numLanes="3" speed="38.89"/>
<type id="a" priority="3" numLanes="3" speed="38.89">
   <restriction vClass="truck" speed="27.89"/>
</type>
```
Expand Down

0 comments on commit 7c925fb

Please sign in to comment.