Skip to content

Commit 402028c

Browse files
committed
Fix example description
1 parent 073476a commit 402028c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ console.log(tokenContract!.patchdb().solidify());
263263

264264
It is also possible to hook onto the `State` of a contract, and in turn onto `Stack` and `Memory`.
265265
The following example creates a subclass of `Memory` to hook into the `invalidateRange` method.
266-
In this particular example there is a range where the `size` is to large to be invalidated.
266+
In this particular example there is a range where the `size` is very large so it will be printed to `stdout`.
267267

268268
```ts examples/State-Hook.mts
269269
import { JsonRpcProvider } from 'ethers';

0 commit comments

Comments
 (0)