mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
aebf72c2c5
@ -211,7 +211,7 @@ In the following example, ``D``, can call ``c.getData()`` to retrieve the value
|
||||
contract E is C {
|
||||
function g() {
|
||||
C c = new C();
|
||||
uint val = compute(3, 5); // acces to internal member (from derivated to parent contract)
|
||||
uint val = compute(3, 5); // access to internal member (from derived to parent contract)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user