Browse Source

Improve `Crowdsale#rate` documentation

Manuel Araoz 8 years ago
parent
commit
cd47fbe953
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/crowdsale/Crowdsale.sol

+ 1 - 1
contracts/crowdsale/Crowdsale.sol

@@ -24,7 +24,7 @@ contract Crowdsale {
   // address where funds are collected
   address public wallet;
 
-  // token to ETH conversion rate
+  // how many token units a buyer gets per wei
   uint256 public rate;
 
   // amount of raised money in wei