mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typo in contracts.rst
Changed `internall` to `internally`.
This commit is contained in:
parent
16ca1eea78
commit
99b6411853
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user