Skip to content

Commit

Permalink
Fix typo in SRC-7 inline docs (#160)
Browse files Browse the repository at this point in the history
* Fix typo in SRC-7 inline docs

* Update CHANGELOG
  • Loading branch information
bitzoic authored Nov 25, 2024
1 parent c53ef03 commit fefbd93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion standards/src/src7.sw
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl SetMetadataEvent {
///
/// * `asset`: [AssetId] - The asset for which metadata is set.
/// * `metadata`: [Option<Metdata>] - 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
Expand Down

0 comments on commit fefbd93

Please sign in to comment.