Fix typo in BeaconState

Co-Authored-By: paulhauner <paul@paulhauner.com>
This commit is contained in:
Age Manning 2019-02-25 08:35:21 +13:00 committed by GitHub
parent 5ca7c9929a
commit 27e7bbd72f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,