Cyfrin / solidity-by-example.github.io

Solidity By Example
https://solidity-by-example.org/
MIT License
605 stars 191 forks source link

Update TokenSwap.sol fix typo of approve #200

Closed fenghaojiang closed 2 years ago

fenghaojiang commented 2 years ago

fix typo. 'Appprove' => 'Approve'

t4sk commented 2 years ago

@fenghaojiang thanks