From 1d1db908e2665f9e8f44d73e04579aa20f7d98d5 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Fri, 21 Dec 2018 16:43:59 +0800 Subject: [PATCH] Fix grammar --- 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 049e513b6..48425183c 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -419,7 +419,7 @@ Unless otherwise indicated, code appearing in `this style` is to be interpreted #### `BeaconBlockBody` -`ProofOfCustodySeedChange`, `ProofOfCustodyChallenge`, and `ProofOfCustodyResponse` will be defined in phase 1; for now put dummy classes as these lists will remain empty throughout phase 0. +`ProofOfCustodySeedChange`, `ProofOfCustodyChallenge`, and `ProofOfCustodyResponse` will be defined in phase 1; for now, put dummy classes as these lists will remain empty throughout phase 0. ```python {