fix(token): typo in documentation

Implemantation -> Implementation
This commit is contained in:
Jason Bellamy
2017-06-30 14:40:15 -04:00
committed by GitHub
parent 42c6392533
commit e31abffcb6

View File

@ -8,7 +8,7 @@ import './ERC20.sol';
/** /**
* @title Standard ERC20 token * @title Standard ERC20 token
* *
* @dev Implemantation of the basic standard token. * @dev Implementation of the basic standard token.
* @dev https://github.com/ethereum/EIPs/issues/20 * @dev https://github.com/ethereum/EIPs/issues/20
* @dev Based on code by FirstBlood: https://github.com/Firstbloodio/token/blob/master/smart_contract/FirstBloodToken.sol * @dev Based on code by FirstBlood: https://github.com/Firstbloodio/token/blob/master/smart_contract/FirstBloodToken.sol
*/ */