lib_RPC: bonary -> binary
This commit is contained in:
parent
6e56b7b5e7
commit
fbeff067c3
@ -82,7 +82,7 @@ let octet_stream = {
|
|||||||
q = Some 200 ;
|
q = Some 200 ;
|
||||||
pp = begin fun enc ppf raw ->
|
pp = begin fun enc ppf raw ->
|
||||||
match Data_encoding.Binary.of_bytes enc (MBytes.of_string raw) with
|
match Data_encoding.Binary.of_bytes enc (MBytes.of_string raw) with
|
||||||
| None -> Format.fprintf ppf "Invalid bonary data."
|
| None -> Format.fprintf ppf "Invalid binary data."
|
||||||
| Some v ->
|
| Some v ->
|
||||||
Format.fprintf ppf
|
Format.fprintf ppf
|
||||||
";; binary equivalent of the following json@.%a"
|
";; binary equivalent of the following json@.%a"
|
||||||
|
Loading…
Reference in New Issue
Block a user