Skip to content

Commit 903bfc9

Browse files
committed
Fix spell check
1 parent 5f8e3d7 commit 903bfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/evm/src/eof/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const TYPE_DIVISOR = 4 // Divisor of types: the type section size should
2121

2222
export const CODE_MIN = 0x0001 // Minimum size of code section
2323

24-
export const CODE_SIZE_MIN = 1 // Ninimum size of a code section in the body (the actual code)
24+
export const CODE_SIZE_MIN = 1 // Minimum size of a code section in the body (the actual code)
2525

2626
export const CONTAINER_MIN = 0x0001 // Minimum size of container section
2727
export const CONTAINER_MAX = 0x0100 // Maximum size of container section

0 commit comments

Comments
 (0)