Skip to content

Commit

Permalink
fix doclink
Browse files Browse the repository at this point in the history
  • Loading branch information
acl-cqc committed Nov 14, 2023
1 parent f341214 commit 90fb8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hugr/views/sibling_subgraph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ impl SiblingSubgraph {

/// Create a new Hugr containing only the subgraph.
///
/// The new Hugr will contain a [FuncDefn] root wth the same signature as the
/// subgraph and the specified `name`
/// The new Hugr will contain a [FuncDefn][crate::ops::FuncDefn] root
/// wth the same signature as the subgraph and the specified `name`
pub fn extract_subgraph(
&self,
hugr: &impl HugrView,
Expand Down

0 comments on commit 90fb8ed

Please sign in to comment.