We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a7c7e commit 572197cCopy full SHA for 572197c
libs/@local/hashql/mir/src/pass/execution/island/graph/tests.rs
@@ -469,7 +469,7 @@ fn entry_island_needs_fetch() {
469
assert!(provides.contains(EntityPath::Properties));
470
}
471
472
-/// DataFlow edge dedup: an Interpreter island accesses two paths that both originate
+/// `DataFlow` edge dedup: an Interpreter island accesses two paths that both originate
473
/// from Postgres (`Properties` and `EntityUuid`). Both resolve to the same Postgres
474
/// dominator, but only one `DataFlow` edge should exist between them.
475
#[test]
0 commit comments