Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #2723

Merged
merged 1 commit into from Jun 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions contracts/token/ERC20/ERC20.sol
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion contracts/utils/Address.sol
Expand Up @@ -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
Expand Down