Skip to content

Commit

Permalink
typo: remove duplicate word (#2631)
Browse files Browse the repository at this point in the history
(cherry picked from commit f176241)
  • Loading branch information
uwe authored and Amxx committed Apr 19, 2021
1 parent 7360a25 commit 2fa8673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/erc20.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function decimals() public view virtual override returns (uint8) {
}
```

So if you want to send `5` tokens using a token contract with 18 decimals, the the method to call will actually be:
So if you want to send `5` tokens using a token contract with 18 decimals, the method to call will actually be:

```solidity
transfer(recipient, 5 * 10^18);
Expand Down

0 comments on commit 2fa8673

Please sign in to comment.