Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Jun 17, 2024
1 parent 63beb78 commit b0483ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tket2/src/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ impl<T: HugrView> Circuit<T> {
}

/// Extracts the circuit into a new owned HUGR containing the circuit at the root.
/// Replaces the circuit container operation with an [`OpType::Dfg`].
/// Replaces the circuit container operation with an [`OpType::DFG`].
///
/// Regions that are not descendants of the parent node are not included in the new HUGR.
/// This may invalidate calls to functions defined elsewhere. Make sure to inline any
Expand Down

0 comments on commit b0483ff

Please sign in to comment.