Fix typo in contracts.rst

Changed `internall` to `internally`.
This commit is contained in:
Nathan Hernandez 2017-07-27 01:46:53 -04:00 committed by GitHub
parent 16ca1eea78
commit 99b6411853

View File

@ -84,7 +84,7 @@ This means that cyclic creation dependencies are impossible.
// State variables are accessed via their name
// and not via e.g. this.owner. This also applies
// to functions and especially in the constructors,
// you can only call them like that ("internall"),
// you can only call them like that ("internally"),
// because the contract itself does not exist yet.
owner = msg.sender;
// We do an explicit type conversion from `address`