Fixing typo in comment line 9
pull/1808/head
konta-sebastian 6 years ago committed by Nicolás Venturo
parent 1e584e4957
commit 79346123ea
  1. 2
      contracts/ownership/Ownable.sol

@ -6,7 +6,7 @@ pragma solidity ^0.5.0;
* specific functions.
*
* This module is used through inheritance. It will make available the modifier
* `onlyOwner`, which can be aplied to your functions to restrict their use to
* `onlyOwner`, which can be applied to your functions to restrict their use to
* the owner.
*/
contract Ownable {

Loading…
Cancel
Save