Skip to content

Commit

Permalink
Merge branch 'doug/resolve_opaque_op' of gh:CQCL-DEV/hugr into doug/r…
Browse files Browse the repository at this point in the history
…esolve_opaque_op
  • Loading branch information
doug-q committed Jul 17, 2024
2 parents a0a0cab + 0aa0a30 commit 13d898c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugr-core/src/ops/custom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ pub struct OpaqueOp {
#[cfg_attr(test, proptest(strategy = "any_nonempty_string()"))]
description: String, // cache in advance so description() can return &str
args: Vec<TypeArg>,
// note that `signature` may not include `extension`. Thus this field must
// note that the `signature` field might not include `extension`. Thus this must
// remain private, and should be accessed through
// `DataflowOpTrait::signature`.
signature: Signature,
Expand Down

0 comments on commit 13d898c

Please sign in to comment.