Skip to content

Commit d77415e

Browse files
committed
sanity ci check
1 parent 02951e6 commit d77415e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Under the hood, the builder assembles a single `SimulationPayload`:
99
```python
1010
SimulationPayload(
1111
rqs_input=RqsGenerator(...), # traffic generator (workload)
12-
topology_graph=TopologyGraph(...), # system architecture as a graph
12+
topology_graph=TopologyGraph(...), # system as a graph
1313
sim_settings=SimulationSettings(...), # global settings and metrics
1414
)
1515
```

0 commit comments

Comments
 (0)