From 21da07b4f73a6de011e5c6f628294da09296a0de Mon Sep 17 00:00:00 2001 From: Chih Cheng Liang Date: Wed, 12 Dec 2018 18:30:58 +0800 Subject: [PATCH] typo (#294) --- 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 9bdf6a924..3c7772ccb 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -370,7 +370,7 @@ Unless otherwise indicated, code appearing in `this style` is to be interpreted ```python { # Minimum slot for processing exit - 'slot': 'unit64', + 'slot': 'uint64', # Index of the exiting validator 'validator_index': 'uint64', # Validator signature