Fix: typos in rpc block's dynamic argument description

This commit is contained in:
Vincent Botbol 2018-03-07 11:58:18 +01:00 committed by Benjamin Canou
parent 55d25c6600
commit d64d448c3c

View File

@ -178,8 +178,8 @@ module S = struct
"A block identifier. This is either a block hash in hexadecimal \ "A block identifier. This is either a block hash in hexadecimal \
notation or a one the predefined aliases: \ notation or a one the predefined aliases: \
'genesis', 'head', 'prevalidation', \ 'genesis', 'head', 'prevalidation', \
'test_head' or 'test_prevalidation'. One might alse use 'head~N' 'test_head' or 'test_prevalidation'. One might also use 'head~N'\
to 'test_head~N', where N is an integer to denotes the Nth predecessors to 'test_head~N', where N is an integer that denotes the Nth predecessors\
of 'head' or 'test_head'." in of 'head' or 'test_head'." in
let construct = to_string in let construct = to_string in
let destruct = parse_block in let destruct = parse_block in