From 109bd9a90145e1c06f4286ebb82c0e734c0d5ef3 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Tue, 4 Mar 2025 11:16:20 +0200 Subject: [PATCH] Update eip-7834.md --- EIPS/eip-7834.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7834.md b/EIPS/eip-7834.md index 0b4376bdbdaebf..8a2e2a37725efd 100644 --- a/EIPS/eip-7834.md +++ b/EIPS/eip-7834.md @@ -71,7 +71,7 @@ types_section := (inputs, outputs, max_stack_height)+ | metadata_section | variable | n/a | arbitrary sequence of bytes | | data_section | variable | n/a | arbitrary sequence of bytes | -The strucure and the encoding of the `metadata_section` is not defined by this EIP. It is left to the compilers, tooling, or the contract developers to define the encoding and the content. The current practice by the Solidity and Vyper compilers is to use CBOR encoding. +The structure and the encoding of the `metadata_section` is not defined by this EIP. It is left to the compilers, tooling, or the contract developers to define the encoding and the content. The current practice by the Solidity and Vyper compilers is to use CBOR encoding. ## Rationale