From fbcc6b064cd435e72c291c3680de440dd2418f61 Mon Sep 17 00:00:00 2001 From: doug-q <141026920+doug-q@users.noreply.github.com> Date: Thu, 9 May 2024 15:45:26 +0100 Subject: [PATCH] Update hugr/src/ops/constant.rs Co-authored-by: Craig Roy --- hugr/src/ops/constant.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugr/src/ops/constant.rs b/hugr/src/ops/constant.rs index 6297f9262..c9958808a 100644 --- a/hugr/src/ops/constant.rs +++ b/hugr/src/ops/constant.rs @@ -132,7 +132,7 @@ pub enum Value { }, } -/// An opaque newtype awround a [`Box`](CustomConst). +/// An opaque newtype around a [`Box`](CustomConst). /// /// This type has special serialization behaviour in order to support /// serialisation and deserialisation of unknown impls of [CustomConst].