diff --git a/docs/source/ownable.rst b/docs/source/ownable.rst index 43a088517..30daaab61 100644 --- a/docs/source/ownable.rst +++ b/docs/source/ownable.rst @@ -11,6 +11,6 @@ modifier onlyOwner( ) """""""""""""""""""""""""""""""""""""" Prevents function from running if it is called by anyone other than the owner. -transfer(address newOwner) onlyOwner +transferOwnership(address newOwner) onlyOwner """""""""""""""""""""""""""""""""""""" -Transfers ownership of the contract to the passed address. \ No newline at end of file +Transfers ownership of the contract to the passed address.