We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d003400 commit 5567e30Copy full SHA for 5567e30
docs/examples/modular.rst
@@ -7,7 +7,7 @@ Modular Contracts
7
A modular approach to building your contracts helps you reduce the complexity
8
and improve the readability which will help to identify bugs and vulnerabilities
9
during development and code review.
10
-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
11
interactions you have to consider are only those between the module specifications
12
and not every other moving part of the contract.
13
In the example below, the contract uses the ``move`` method
0 commit comments