diff --git a/hugr/src/ops/constant.rs b/hugr/src/ops/constant.rs index 86ca0c441..6297f9262 100644 --- a/hugr/src/ops/constant.rs +++ b/hugr/src/ops/constant.rs @@ -149,7 +149,7 @@ pub enum Value { /// [CustomSerialized] into a [`Box`](CustomConst). The [ExtensionValue] is /// then produced from the [`Box`](CustomConst). /// -/// In the case where the internal serialised value of a an `CustomSerialized` +/// In the case where the internal serialised value of a `CustomSerialized` /// is another `CustomSerialized` we do not attempt to recurse. This behaviour /// may change in future. ///