From 27e7bbd72fe27d7d9d7440638a72509f77ae2583 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Mon, 25 Feb 2019 08:35:21 +1300 Subject: [PATCH] Fix typo in BeaconState Co-Authored-By: paulhauner --- eth2/types/src/beacon_state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth2/types/src/beacon_state.rs b/eth2/types/src/beacon_state.rs index e6dc9f6a6..0270bb87c 100644 --- a/eth2/types/src/beacon_state.rs +++ b/eth2/types/src/beacon_state.rs @@ -229,7 +229,7 @@ impl BeaconState { } } - /// Always builds an epoch cache, even if it is alread initialized. + /// Always builds an epoch cache, even if it is already initialized. pub fn force_build_epoch_cache( &mut self, relative_epoch: RelativeEpoch,