mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typo
This commit is contained in:
parent
af2d2499c1
commit
2e46383b29
@ -316,7 +316,7 @@ activate themselves.
|
||||
// 3. interacting with other contracts
|
||||
// If these phases are mixed up, the other contract could call
|
||||
// back into the current contract and modify the state or cause
|
||||
// effects (ether payout) to be perfromed multiple times.
|
||||
// effects (ether payout) to be performed multiple times.
|
||||
// If functions called internally include interaction with external
|
||||
// contracts, they also have to be considered interaction with
|
||||
// external contracts.
|
||||
|
Loading…
Reference in New Issue
Block a user