From eb33e17d2e5f7ef46a5afb93c581d511421e3dad Mon Sep 17 00:00:00 2001 From: bitzoic Date: Wed, 20 Nov 2024 15:54:01 +0700 Subject: [PATCH 1/2] 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 From eb6391a46fa393b9bfa2e98b4de77ff02c4f631b Mon Sep 17 00:00:00 2001 From: bitzoic Date: Wed, 20 Nov 2024 15:55:34 +0700 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3c1b6f..331fdff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ Description of the upcoming release here. ### Fixed - [#153](https://github.com/FuelLabs/sway-standards/pull/153) Actually write to storage in `set_src20_data()` in the SRC-20 multi asset example. +- [#160](https://github.com/FuelLabs/sway-standards/pull/160) Fixes a typo in the SRC-7 inline docs. #### Breaking