From a3164a6a8cf4c760d0cc7ab4b45318e58e8eeff5 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Mon, 13 Jan 2025 20:32:53 +0100 Subject: [PATCH] Minor typo fix data-model.md --- docs/data-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-model.md b/docs/data-model.md index cd9f8b2..76db256 100644 --- a/docs/data-model.md +++ b/docs/data-model.md @@ -90,7 +90,7 @@ type BatchHeader struct { ReferenceBlockNumber uint // BatchRoot is the root of a Merkle tree whose leaves are the hashes of the blobs in the batch BatchRoot [32]byte - // DataRoot is the root of a Merkle tree whos leaves are the merkle root encoded data blobs divided in zgs segment size + // DataRoot is the root of a Merkle tree who's leaves are the merkle root encoded data blobs divided in zgs segment size DataRoot eth_common.Hash } ```