mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #1596 from sarbogast/patch-1
Fixed typo on contract instance
This commit is contained in:
commit
6946902cb5
@ -104,7 +104,7 @@ contract can be called internally.
|
|||||||
External Function Calls
|
External Function Calls
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
The expressions ``this.g(8);`` and ``c.g(2);`` (where ``g`` is a contract
|
The expressions ``this.g(8);`` and ``c.g(2);`` (where ``c`` is a contract
|
||||||
instance) are also valid function calls, but this time, the function
|
instance) are also valid function calls, but this time, the function
|
||||||
will be called "externally", via a message call and not directly via jumps.
|
will be called "externally", via a message call and not directly via jumps.
|
||||||
Please note that function calls on ``this`` cannot be used in the constructor, as the
|
Please note that function calls on ``this`` cannot be used in the constructor, as the
|
||||||
|
Loading…
Reference in New Issue
Block a user