From 013295bbe2ad7b662f045f0dd7503818ddfa9785 Mon Sep 17 00:00:00 2001
From: John Wick <153378704+JohnwickBC@users.noreply.github.com>
Date: Tue, 12 Dec 2023 08:38:38 +0800
Subject: [PATCH] Datas -> Data

---
 specs/span-batches.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/specs/span-batches.md b/specs/span-batches.md
index 37d1a70c4..446d940fb 100644
--- a/specs/span-batches.md
+++ b/specs/span-batches.md
@@ -225,7 +225,7 @@ Deposit transactions are excluded in batches and are never written at L1 so excl
 There are (7 choose 2) * 5! = 2520 permutations of ordering fields of `txs`.
 It is not 7! because `contract_creation_bits` must be first decoded in order to decode `tx_tos`.
 We experimented to find out the best layout for compression.
-It turned out placing random data together(`TxSigs`, `TxTos`, `TxDatas`),
+It turned out placing random data together(`TxSigs`, `TxTos`, `TxData`),
 then placing leftovers helped gzip to gain more size reduction.
 
 ### `fee_recipients` Encoding Scheme
-- 
2.23.0