We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073476a commit 402028cCopy full SHA for 402028c
README.md
@@ -263,7 +263,7 @@ console.log(tokenContract!.patchdb().solidify());
263
264
It is also possible to hook onto the `State` of a contract, and in turn onto `Stack` and `Memory`.
265
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.
+In this particular example there is a range where the `size` is very large so it will be printed to `stdout`.
267
268
```ts examples/State-Hook.mts
269
import { JsonRpcProvider } from 'ethers';
0 commit comments