Skip to content

Commit

Permalink
Typo in ERC20 constructor docstring (#2581)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evert0x authored Mar 11, 2021
1 parent 96aece0 commit 682def9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/ERC20/ERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ contract ERC20 is Context, IERC20, IERC20Metadata {
* The defaut value of {decimals} is 18. To select a different value for
* {decimals} you should overload it.
*
* All three of these values are immutable: they can only be set once during
* All two of these values are immutable: they can only be set once during
* construction.
*/
constructor (string memory name_, string memory symbol_) {
Expand Down

0 comments on commit 682def9

Please sign in to comment.