From 2dfa7bc652f770521ca6dc8d0e2b7ad467d1a0f9 Mon Sep 17 00:00:00 2001 From: Chih Cheng Liang Date: Thu, 15 Nov 2018 23:51:32 +0100 Subject: [PATCH] Fix a broken markdown table (#134) --- specs/core/1_shard-data-chains.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/specs/core/1_shard-data-chains.md b/specs/core/1_shard-data-chains.md index 6cb6982ee..c01c6e98f 100644 --- a/specs/core/1_shard-data-chains.md +++ b/specs/core/1_shard-data-chains.md @@ -16,9 +16,10 @@ Ethereum 2.0 consists of a central beacon chain along with `SHARD_COUNT` shard c Phase 1 depends upon all of the constants defined in [Phase 0](0_beacon-chain.md#constants) in addition to the following: -| Constant | Value | Unit | Approximation | -| `CHUNK_SIZE` | 2**8 (= 256) | bytes | -| `MAX_SHARD_BLOCK_SIZE` | 2**15 (= 32768) | bytes | +| Constant | Value | Unit | Approximation | +|------------------------|-----------------|-------|---------------| +| `CHUNK_SIZE` | 2**8 (= 256) | bytes | | +| `MAX_SHARD_BLOCK_SIZE` | 2**15 (= 32768) | bytes | | ## Data Structures