Skip to content

Commit f710baf

Browse files
authored
Fix typos (#2723)
1 parent 788d338 commit f710baf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

contracts/token/ERC20/ERC20.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ contract ERC20 is Context, IERC20, IERC20Metadata {
203203
}
204204

205205
/**
206-
* @dev Moves tokens `amount` from `sender` to `recipient`.
206+
* @dev Moves `amount` of tokens from `sender` to `recipient`.
207207
*
208-
* This is internal function is equivalent to {transfer}, and can be used to
208+
* This internal function is equivalent to {transfer}, and can be used to
209209
* e.g. implement automatic token fees, slashing mechanisms, etc.
210210
*
211211
* Emits a {Transfer} event.

contracts/utils/Address.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ library Address {
6060

6161
/**
6262
* @dev Performs a Solidity function call using a low level `call`. A
63-
* plain`call` is an unsafe replacement for a function call: use this
63+
* plain `call` is an unsafe replacement for a function call: use this
6464
* function instead.
6565
*
6666
* If `target` reverts with a revert reason, it is bubbled up by this

0 commit comments

Comments
 (0)