From 64e11f71106e12f5a8fc32289c1a4bd9019bf30f Mon Sep 17 00:00:00 2001 From: Agustin Borgna Date: Wed, 8 Nov 2023 16:08:09 +0000 Subject: [PATCH] typo --- src/hugr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hugr.rs b/src/hugr.rs index 783544fe3..39e256e70 100644 --- a/src/hugr.rs +++ b/src/hugr.rs @@ -180,7 +180,7 @@ impl AsMut for Hugr { /// Arbitrary metadata entry for a node. /// -/// Each `NodeMetadata` for a node is associated with to string key. +/// Each entry is associated to a string key. pub type NodeMetadata = serde_json::Value; /// The container of all the metadata entries for a node.