Skip to content

Commit

Permalink
docs: Fix typo in DataflowParent doc (#1865)
Browse files Browse the repository at this point in the history
Fixes #1864
  • Loading branch information
aborgna-q authored Jan 16, 2025
1 parent d68ab4e commit 9caef3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hugr-core/src/ops/dataflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,10 @@ impl LoadFunction {
}
}

/// Operations that is the parent of a dataflow graph.
/// An operation that is the parent of a dataflow graph.
///
/// The children region contains an input and an output node matching the
/// signature returned by [`DataflowParent::inner_signature`].
pub trait DataflowParent {
/// Signature of the inner dataflow graph.
fn inner_signature(&self) -> Cow<'_, Signature>;
Expand Down

0 comments on commit 9caef3f

Please sign in to comment.