Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
openzeppelin-contracts-upgradeable
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
openzeppelin-contracts-upgradeable
Commits
f710bafa
Unverified
Commit
f710bafa
authored
Jun 14, 2021
by
Hadrien Croubois
Committed by
GitHub
Jun 14, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos (#2723)
parent
788d338c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ERC20.sol
contracts/token/ERC20/ERC20.sol
+2
-2
Address.sol
contracts/utils/Address.sol
+1
-1
No files found.
contracts/token/ERC20/ERC20.sol
View file @
f710bafa
...
@@ -203,9 +203,9 @@ contract ERC20 is Context, IERC20, IERC20Metadata {
...
@@ -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 i
s i
nternal 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.
* e.g. implement automatic token fees, slashing mechanisms, etc.
*
*
* Emits a {Transfer} event.
* Emits a {Transfer} event.
...
...
contracts/utils/Address.sol
View file @
f710bafa
...
@@ -60,7 +60,7 @@ library Address {
...
@@ -60,7 +60,7 @@ library Address {
/**
/**
* @dev Performs a Solidity function call using a low level `call`. A
* @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.
* function instead.
*
*
* If `target` reverts with a revert reason, it is bubbled up by this
* If `target` reverts with a revert reason, it is bubbled up by this
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment