Skip to content

Commit b070f39

Browse files
aborgna-qmark-koch
andauthored
Update hugr-core/src/hugr/internal.rs
Co-authored-by: Mark Koch <[email protected]>
1 parent 0a37e8c commit b070f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugr-core/src/hugr/internal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub trait HugrInternals {
4646
// when doing so we are unable to restrict the type to implement petgraph's
4747
// traits over references (e.g. `&MyGraph : IntoNodeIdentifiers`, which is
4848
// needed if we want to use petgraph's algorithms on the region graph).
49-
// This won't be solvable until we don't do the big petgraph refactor -.-
49+
// This won't be solvable until we do the big petgraph refactor -.-
5050
// In the meantime, just wrap the portgraph in a `FlatRegion` as needed.
5151
fn region_portgraph(
5252
&self,

0 commit comments

Comments
 (0)