From bc41391d29a3f623a0ea3bd9407c1cfb541fe6c0 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 6 May 2022 10:34:25 -0400 Subject: [PATCH] typo --- docs/rfc/rfc-020-block-structure-consolidation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfc/rfc-020-block-structure-consolidation.md b/docs/rfc/rfc-020-block-structure-consolidation.md index 793701227..d3288ad8b 100644 --- a/docs/rfc/rfc-020-block-structure-consolidation.md +++ b/docs/rfc/rfc-020-block-structure-consolidation.md @@ -290,7 +290,7 @@ into the block instead of delaying it until the next block. #### Updates to storage Currently we store the [every piece of each block][save-block] in the `BlockStore`. -I suspect that this has lead to some mistakes in reasoning round the merits of +I suspect that this has lead to some mistakes in reasoning around the merits of consolidating fields in the block. We could update the storage scheme we use to store only some pieces of each block and still achieve a space savings without having to change the block structure at all.