mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Modular Contracts typo fix
This commit is contained in:
parent
d003400cb0
commit
5567e30196
@ -7,7 +7,7 @@ Modular Contracts
|
||||
A modular approach to building your contracts helps you reduce the complexity
|
||||
and improve the readability which will help to identify bugs and vulnerabilities
|
||||
during development and code review.
|
||||
If you specify and control the behaviour or each module in isolation, the
|
||||
If you specify and control the behaviour of each module in isolation, the
|
||||
interactions you have to consider are only those between the module specifications
|
||||
and not every other moving part of the contract.
|
||||
In the example below, the contract uses the ``move`` method
|
||||
|
Loading…
Reference in New Issue
Block a user