From df6bd1b6c33833c264561da361436453e5e55f4c Mon Sep 17 00:00:00 2001 From: Dankrad Feist Date: Wed, 5 May 2021 12:26:37 +0100 Subject: [PATCH] BitVector -> Bitvector --- 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 66b069cc5..e023db1f7 100644 --- a/specs/altair/beacon-chain.md +++ b/specs/altair/beacon-chain.md @@ -69,7 +69,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