From 80ed958ab867ceee5c7dd4c4698e1a8e84e9d969 Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Mon, 14 Jun 2021 21:20:01 +0200 Subject: [PATCH] Fix typography --- contracts/token/ERC20/ERC20.sol | 4 ++-- contracts/utils/Address.sol | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contracts/token/ERC20/ERC20.sol b/contracts/token/ERC20/ERC20.sol index 575571f8ab3..ecb9adb6647 100644 --- a/contracts/token/ERC20/ERC20.sol +++ b/contracts/token/ERC20/ERC20.sol @@ -203,9 +203,9 @@ contract ERC20 is Context, IERC20, IERC20Metadata { } /** - * @dev Moves tokens `amount` from `sender` to `recipient`. + * @dev Moves `amount` of tokens from `sender` to `recipient`. * - * This is internal function is equivalent to {transfer}, and can be used to + * This internal function is equivalent to {transfer}, and can be used to * e.g. implement automatic token fees, slashing mechanisms, etc. * * Emits a {Transfer} event. diff --git a/contracts/utils/Address.sol b/contracts/utils/Address.sol index 7cfe6b8129a..6b25ba2560f 100644 --- a/contracts/utils/Address.sol +++ b/contracts/utils/Address.sol @@ -60,7 +60,7 @@ library Address { /** * @dev Performs a Solidity function call using a low level `call`. A - * plain`call` is an unsafe replacement for a function call: use this + * plain `call` is an unsafe replacement for a function call: use this * function instead. * * If `target` reverts with a revert reason, it is bubbled up by this