From 7202581443a62131a47a317cb5edeb76976acd68 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Tue, 28 Jan 2025 15:30:26 +0100 Subject: [PATCH] error in the CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7a4c17942d..559c67fd545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1831,7 +1831,7 @@ mod erc20 { } ``` -Calling the above `Erc20` explicitely through its trait implementation can be done just as if it was normal Rust code: +Calling the above `Erc20` explicitly through its trait implementation can be done just as if it was normal Rust code: ```rust // --- Instantiating the ERC-20 contract: