Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-authored-by: Seyon Sivarajah <seyon.sivarajah@cambridgequantum.com>
  • Loading branch information
aborgna-q and ss2165 committed Jun 3, 2024
1 parent f13c9cf commit 6f32713
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 @@ -86,7 +86,7 @@ impl<T: HugrView> Circuit<T> {

/// Get a mutable reference to the HUGR containing the circuit.
///
/// Mutation to the hugr MUST NOT invalidate the parent node,
/// Mutation of the hugr MUST NOT invalidate the parent node,
/// by changing the node's type to a non-DFG node or by removing it.
pub fn hugr_mut(&mut self) -> &mut T {
&mut self.hugr
Expand Down

0 comments on commit 6f32713

Please sign in to comment.