From 1523a4f071f101d4bcbffcd4b87dd1b03080ec26 Mon Sep 17 00:00:00 2001 From: Ownerless Inc <90667119+0xneves@users.noreply.github.com> Date: Mon, 4 Sep 2023 18:05:42 -0300 Subject: [PATCH] Fix accuracy of docs for ERC20._burn (#4574) Co-authored-by: Francisco --- contracts/token/ERC20/ERC20.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/token/ERC20/ERC20.sol b/contracts/token/ERC20/ERC20.sol index 343881ff374..8eeb3149b06 100644 --- a/contracts/token/ERC20/ERC20.sol +++ b/contracts/token/ERC20/ERC20.sol @@ -287,7 +287,7 @@ abstract contract ERC20 is Context, IERC20, IERC20Metadata, IERC20Errors { } /** - * @dev Destroys a `value` amount of tokens from `account`, by transferring it to address(0). + * @dev Destroys a `value` amount of tokens from `account`, lowering the total supply. * Relies on the `_update` mechanism. * * Emits a {Transfer} event with `to` set to the zero address.