Skip to content

Commit

Permalink
Fix comment to match the usage of the variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jan 10, 2018
1 parent 4d75f15 commit da680fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/IssuerWithId.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ contract IssuerWithId is Ownable {
/** Party (team multisig) who is in the control of the token pool. Note that this will be different from the owner address (scripted) that calls this contract. */
address public allower;

/** How many addresses have received their tokens. */
/** How many tokens have been issued. */
uint public issuedCount;

/** Issue event **/
Expand Down

0 comments on commit da680fc

Please sign in to comment.