We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b33d2 commit 2ea97f4Copy full SHA for 2ea97f4
hugr-passes/src/dead_funcs.rs
@@ -151,7 +151,7 @@ impl<H: HugrMut<Node = Node>> ComposablePass<H> for RemoveDeadFuncsPass {
151
///
152
/// `entry_points` may provide a list of entry points, which must be [`FuncDefn`]s (children of the root).
153
/// * If the [HugrView::entrypoint] is the module root, then any [`FuncDefn`] children with a [link_name]
154
-/// will also be considered an entry point
+/// will also be considered an entry point
155
/// * otherwise, the [HugrView::entrypoint] itself will.
156
157
/// # Errors
0 commit comments