Browse Source

Merge pull request #282 from jasonbellamy/fix/standard-contract-docs-typo

fix(token): typo in documentation
Manuel Aráoz 8 years ago
parent
commit
d6a45ef14e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/token/StandardToken.sol

+ 1 - 1
contracts/token/StandardToken.sol

@@ -8,7 +8,7 @@ import './ERC20.sol';
 /**
  * @title Standard ERC20 token
  *
- * @dev Implemantation of the basic standart token.
+ * @dev Implementation of the basic standard token.
  * @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
  */