Skip to content

Commit 5567e30

Browse files
authored
Modular Contracts typo fix
1 parent d003400 commit 5567e30

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)