Skip to content

Commit

Permalink
Update README.md (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amb1guousRaccoon authored Feb 20, 2024
1 parent fa5a75d commit f06008a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethereum-contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f06008a

Please sign in to comment.