From 55471bc5d4f69678baf6950e6197b5206b2cbb8a Mon Sep 17 00:00:00 2001 From: Dankrad Feist Date: Wed, 5 May 2021 21:58:03 +0100 Subject: [PATCH] Revert "BitVector -> Bitvector" This reverts commit df6bd1b6c33833c264561da361436453e5e55f4c. --- specs/altair/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/altair/beacon-chain.md b/specs/altair/beacon-chain.md index 1a50e7337..9e868fbaa 100644 --- a/specs/altair/beacon-chain.md +++ b/specs/altair/beacon-chain.md @@ -65,7 +65,7 @@ Altair is the first beacon chain hard fork. Its main features are: | Name | SSZ equivalent | Description | | - | - | - | -| `ParticipationFlags` | `Bitvector[PARTICIPATION_FLAGS_LENGTH]` | a succinct representation of up to 8 boolean participation flags | +| `ParticipationFlags` | `BitVector[PARTICIPATION_FLAGS_LENGTH]` | a succinct representation of up to 8 boolean participation flags | ## Constants