Commit 79346123 by konta-sebastian Committed by Nicolás Venturo

Fix Typo (#1801)

Fixing typo in comment line 9
parent 1e584e49
...@@ -6,7 +6,7 @@ pragma solidity ^0.5.0; ...@@ -6,7 +6,7 @@ pragma solidity ^0.5.0;
* specific functions. * specific functions.
* *
* This module is used through inheritance. It will make available the modifier * 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. * the owner.
*/ */
contract Ownable { contract Ownable {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment