From eb33e17d2e5f7ef46a5afb93c581d511421e3dad Mon Sep 17 00:00:00 2001 From: bitzoic Date: Wed, 20 Nov 2024 15:54:01 +0700 Subject: [PATCH] Fix typo in SRC-7 inline docs --- standards/src/src7.sw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/src/src7.sw b/standards/src/src7.sw index e8a0dcc..8b0289d 100644 --- a/standards/src/src7.sw +++ b/standards/src/src7.sw @@ -88,7 +88,7 @@ impl SetMetadataEvent { /// /// * `asset`: [AssetId] - The asset for which metadata is set. /// * `metadata`: [Option] - The Metadata that is set. - /// * `ket`: [String] - The key used for the metadata. + /// * `key`: [String] - The key used for the metadata. /// * `sender`: [Identity] - The caller that set the metadata. /// /// # Returns