From d911236fbb3fffca524318d8016161688b0d3f1e Mon Sep 17 00:00:00 2001 From: terence tsao Date: Mon, 17 Jun 2019 14:19:17 -0700 Subject: [PATCH] Update slots.md --- specs/test_formats/sanity/slots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/test_formats/sanity/slots.md b/specs/test_formats/sanity/slots.md index 81866d47b..eb0f336b4 100644 --- a/specs/test_formats/sanity/slots.md +++ b/specs/test_formats/sanity/slots.md @@ -8,7 +8,7 @@ Sanity tests to cover a series of one or more empty-slot transitions being proce description: string -- description of test case, purely for debugging purposes bls_setting: int -- see general test-format spec. pre: BeaconState -- state before running through the transitions. -slots: N -- amount of slots to process, N being a positive numer. +slots: N -- amount of slots to process, N being a positive number. post: BeaconState -- state after applying all the transitions. ```