From eec8b4ac44fce85a4faa35ff675640e933f49536 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Thu, 10 Jan 2019 21:02:51 -0600 Subject: [PATCH] Update specs/core/0_beacon-chain.md Co-Authored-By: vbuterin --- specs/core/0_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 090567886..dabafcda8 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -853,7 +853,7 @@ def split(values: List[Any], split_count: int) -> List[Any]: #### `get_committees_per_slot` ```python -def get_committees_per_slot(active_validator_count: int) -> int: +def get_committee_count_per_slot(active_validator_count: int) -> int: return max( 1, min(