From f71d38ef7f54cf55d11461c8ea58bf3e74e2dc7d Mon Sep 17 00:00:00 2001 From: andrew Date: Tue, 16 Apr 2024 19:11:09 -0400 Subject: [PATCH] fix comment in code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c84130c3e..bcd26f9e6 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ mod MyToken { component!(path: ERC20Component, storage: erc20, event: ERC20Event); - // ERC20 Mixin + // ERC20 Mixin #[abi(embed_v0)] impl ERC20MixinImpl = ERC20Component::ERC20MixinImpl; impl ERC20InternalImpl = ERC20Component::InternalImpl;