Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mlimbeck committed Oct 18, 2023
1 parent 5728d2b commit 0116bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verification/io/dataplane_abstract.gobra
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type DataPlaneSpec adt {

// TopologySpec provides information about the entire network topology.
// coreAS: IDs of the core Autonomous Systems
//links: representation of the network topology as a graph.
// links: representation of the network topology as a graph.
// links[a1][1] == a2 means that AS a1 has an edge to AS a2 via interface 1.
type TopologySpec adt {
TopologySpec_{
Expand Down

0 comments on commit 0116bce

Please sign in to comment.