docs: fix typo in 0_beacon-chain.md (#640)

This commit is contained in:
d-yokoi 2019-02-16 18:11:29 +09:00 committed by Justin
parent f932534763
commit 464947dbd4

View File

@ -181,7 +181,7 @@ Code snippets appearing in `this style` are to be interpreted as Python code.
### Misc ### Misc
| Name | Value | | Name | Value |
| - | - | :-: | | - | - |
| `SHARD_COUNT` | `2**10` (= 1,024) | | `SHARD_COUNT` | `2**10` (= 1,024) |
| `TARGET_COMMITTEE_SIZE` | `2**7` (= 128) | | `TARGET_COMMITTEE_SIZE` | `2**7` (= 128) |
| `MAX_BALANCE_CHURN_QUOTIENT` | `2**5` (= 32) | | `MAX_BALANCE_CHURN_QUOTIENT` | `2**5` (= 32) |