openzeppelin-contracts-docs
openzeppelin-contracts-docs copied to clipboard
Example dont work
Hi, I just liked to point out the example on the first page on OpenZeppelin website (link) does not work! You should change 'totalSupply' to 'totalSupply_' and the constructor function header syntax has been changed since and should be changed to "constructor() public" or something like that.