mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix the missing dot
This commit is contained in:
parent
c5ae22db86
commit
f12e368d67
@ -681,7 +681,7 @@ most derived type in case of inheritance.
|
||||
}
|
||||
|
||||
Note that in function ``property_transfer``, the external calls are
|
||||
performed on variable ``t``
|
||||
performed on variable ``t``.
|
||||
|
||||
Another caveat of this mode are calls to state variables of contract type
|
||||
outside the analyzed contract. In the code below, even though ``B`` deploys
|
||||
|
Loading…
Reference in New Issue
Block a user