Skip to content

Commit

Permalink
Merge pull request vyperlang#1236 from ssteiger/patch-2
Browse files Browse the repository at this point in the history
Update ERC20.vy
  • Loading branch information
jacqueswww authored Feb 12, 2019
2 parents a955889 + 9e17be3 commit 72a3bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tokens/ERC20.vy
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def transfer(_to : address, _value : uint256) -> bool:
def transferFrom(_from : address, _to : address, _value : uint256) -> bool:
"""
@dev Transfer tokens from one address to another.
Note that while this function emits an Approval event, this is not required as per the specification,
Note that while this function emits a Transfer event, this is not required as per the specification,
and other compliant implementations may not emit the event.
@param _from address The address which you want to send tokens from
@param _to address The address which you want to transfer to
Expand Down

0 comments on commit 72a3bf6

Please sign in to comment.