From 51f2974678bd0711439ec0f8a7a066f9d9f18bb3 Mon Sep 17 00:00:00 2001 From: Herman Junge Date: Wed, 29 Jan 2020 13:51:38 +0000 Subject: [PATCH] Update validator.md Minor edit --- specs/phase0/validator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/phase0/validator.md b/specs/phase0/validator.md index 494035bda..5816e0a74 100644 --- a/specs/phase0/validator.md +++ b/specs/phase0/validator.md @@ -189,7 +189,7 @@ def is_proposer(state: BeaconState, *Note*: To see if a validator is assigned to propose during the slot, the beacon state must be in the epoch in question. At the epoch boundaries, the validator must run an epoch transition into the epoch to successfully check the proposal assignment of the first slot. -*Note*: `BeaconBlock` proposal is distinct from beacon committee assignment, and in a given epoch each responsibility might occur at different a different slot. +*Note*: `BeaconBlock` proposal is distinct from beacon committee assignment, and in a given epoch each responsibility might occur at a different slot. ### Lookahead