Commit 42c63925 by Jason Bellamy Committed by GitHub

fix(token): typo in documentation

parent 3430c7a2
...@@ -8,7 +8,7 @@ import './ERC20.sol'; ...@@ -8,7 +8,7 @@ import './ERC20.sol';
/** /**
* @title Standard ERC20 token * @title Standard ERC20 token
* *
* @dev Implemantation of the basic standart token. * @dev Implemantation 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
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment