Skip to content

Commit

Permalink
Update hugr-core/src/ops/custom.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Lawrence <[email protected]>
  • Loading branch information
doug-q and acl-cqc authored Jul 17, 2024
1 parent f319896 commit 0aa0a30
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: FunctionType,
Expand Down

0 comments on commit 0aa0a30

Please sign in to comment.