From 0aa0a307712a011a29e2e396f709dd5d3c465e53 Mon Sep 17 00:00:00 2001 From: Douglas Wilson <141026920+doug-q@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:26:47 +0100 Subject: [PATCH] Update hugr-core/src/ops/custom.rs Co-authored-by: Alan Lawrence --- hugr-core/src/ops/custom.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugr-core/src/ops/custom.rs b/hugr-core/src/ops/custom.rs index dc0a127d7..f96f6ec9f 100644 --- a/hugr-core/src/ops/custom.rs +++ b/hugr-core/src/ops/custom.rs @@ -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, - // 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,