Fix the missing dot

This commit is contained in:
minaminao 2023-03-28 22:55:09 +09:00
parent c5ae22db86
commit f12e368d67

View File

@ -681,7 +681,7 @@ most derived type in case of inheritance.
} }
Note that in function ``property_transfer``, the external calls are 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 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 outside the analyzed contract. In the code below, even though ``B`` deploys