Skip to content

Commit

Permalink
Fix grammar (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
rappie authored Jul 18, 2024
1 parent 5fae9c4 commit 9e09a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cheatcodes/expect-call.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function expectCall(

### Description

Expects that a call to a specified address `callee`, where the call data either strictly or loosely matches `data`. The cheatcode can be called in two ways:
Expects a call to a specified address `callee`, where the call data either strictly or loosely matches `data`. The cheatcode can be called in two ways:

- If no `count` parameter is specified, the call will be expected to be made at least the amount of times the cheatcode was called. For the same calldata, you cannot call the cheatcode with no `count` and then pass in a `count` parameter.
- If `count` is specified, the call will be expected to be made strictly `count` times. For the same calldata, the `count` value cannot be overwritten with another cheatcode call, nor it can be increment by calling the cheatcode without a `count` parameter.
Expand Down

0 comments on commit 9e09a3a

Please sign in to comment.