Skip to content

Commit 128918f

Browse files
reject-iAniket-Engg
authored andcommitted
fix error vm-context.ts
1 parent 8ab9759 commit 128918f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-simulator/src/vm-context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ export class VMContext {
402402
*/
403403
latestBlockNumber: string
404404
/*
405-
This is the number of block that VMContext is instanciated with.
405+
This is the number of block that VMContext is instantiated with.
406406
The final amount of blocks will be `latestBlockNumber` and the value either `blockNumber` or `baseBlockNumber` + `blockNumber`
407407
*/
408408
private blockNumber: number | 'latest'

0 commit comments

Comments
 (0)