From fefbd93160713f56dcb4c4ae2c4cb92e3062b87a Mon Sep 17 00:00:00 2001 From: Cameron Carstens Date: Mon, 25 Nov 2024 23:07:09 +0700 Subject: [PATCH] Fix typo in SRC-7 inline docs (#160) * Fix typo in SRC-7 inline docs * Update CHANGELOG --- CHANGELOG.md | 1 + standards/src/src7.sw | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 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