From f06008a22813f22d4ab323c4d473c83a082a1622 Mon Sep 17 00:00:00 2001 From: Amb1guousRaccoon <139561650+Amb1guousRaccoon@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:28:45 -0500 Subject: [PATCH] Update README.md (#1835) --- packages/ethereum-contracts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ethereum-contracts/README.md b/packages/ethereum-contracts/README.md index 29612c3401..099ff1f258 100644 --- a/packages/ethereum-contracts/README.md +++ b/packages/ethereum-contracts/README.md @@ -147,7 +147,7 @@ function _assertFlowOperatorData(AssertFlowOperatorData memory data) internal { } ``` -It is also recommended to create an pass structs to the helper functions to make the test code more readable. For example: +It is also recommended to create and pass structs to the helper functions to make the test code more readable. For example: ```solidity // this is easier to understand what is going on before reading the _assertFlowOperatorData function