Skip to content

Commit

Permalink
fix comment in code block
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Apr 16, 2024
1 parent c4375cc commit f71d38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ mod MyToken {
component!(path: ERC20Component, storage: erc20, event: ERC20Event);
// ERC20 Mixin
// ERC20 Mixin
#[abi(embed_v0)]
impl ERC20MixinImpl = ERC20Component::ERC20MixinImpl<ContractState>;
impl ERC20InternalImpl = ERC20Component::InternalImpl<ContractState>;
Expand Down

0 comments on commit f71d38e

Please sign in to comment.