From 5567e30196cd4376574e15ee63e01aee840e7c43 Mon Sep 17 00:00:00 2001 From: maxisch Date: Wed, 13 Jul 2022 09:02:29 -0300 Subject: [PATCH] Modular Contracts typo fix --- docs/examples/modular.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/modular.rst b/docs/examples/modular.rst index 7903ae27f..697699ae6 100644 --- a/docs/examples/modular.rst +++ b/docs/examples/modular.rst @@ -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