Skip to content

Commit

Permalink
Fix spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Aug 19, 2024
1 parent 9d25fde commit f399286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm/src/eof/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const TYPE_DIVISOR = 4 // Divisor of types: the type section size should

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

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

export const CONTAINER_MIN = 0x0001 // Minimum size of container section
export const CONTAINER_MAX = 0x0100 // Maximum size of container section
Expand Down

0 comments on commit f399286

Please sign in to comment.