From d64d448c3c0885768dd5e529cf6e67d56a3b98d7 Mon Sep 17 00:00:00 2001 From: Vincent Botbol Date: Wed, 7 Mar 2018 11:58:18 +0100 Subject: [PATCH] Fix: typos in rpc block's dynamic argument description --- src/lib_shell_services/block_services.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib_shell_services/block_services.ml b/src/lib_shell_services/block_services.ml index a20349886..d0980abf0 100644 --- a/src/lib_shell_services/block_services.ml +++ b/src/lib_shell_services/block_services.ml @@ -178,8 +178,8 @@ module S = struct "A block identifier. This is either a block hash in hexadecimal \ notation or a one the predefined aliases: \ 'genesis', 'head', 'prevalidation', \ - 'test_head' or 'test_prevalidation'. One might alse use 'head~N' - to 'test_head~N', where N is an integer to denotes the Nth predecessors + 'test_head' or 'test_prevalidation'. One might also use 'head~N'\ + to 'test_head~N', where N is an integer that denotes the Nth predecessors\ of 'head' or 'test_head'." in let construct = to_string in let destruct = parse_block in