Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
croyzor committed Dec 10, 2024
1 parent 3869c2f commit 37d4e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugr-llvm/src/emit/func.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ impl<'c, 'a, H: HugrView> EmitFuncContext<'c, 'a, H> {
Ok(r)
}

/// Returns a [RowMailBox] mapped to thie ouput wires of `node`. When emitting a node
/// Returns a [RowMailBox] mapped to the output wires of `node`. When emitting a node
/// output values are written to this mailbox.
pub fn node_outs_rmb<'hugr, OT: 'hugr>(
&mut self,
Expand Down

0 comments on commit 37d4e51

Please sign in to comment.