Skip to content

Commit d30fef0

Browse files
authored
Merge pull request #13272 from maxisch/patch-1
Modular Contracts typo fix
2 parents ed039ab + 5567e30 commit d30fef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/modular.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Modular Contracts
77
A modular approach to building your contracts helps you reduce the complexity
88
and improve the readability which will help to identify bugs and vulnerabilities
99
during development and code review.
10-
If you specify and control the behaviour or each module in isolation, the
10+
If you specify and control the behaviour of each module in isolation, the
1111
interactions you have to consider are only those between the module specifications
1212
and not every other moving part of the contract.
1313
In the example below, the contract uses the ``move`` method

0 commit comments

Comments
 (0)