@@ -30,8 +30,8 @@ module Unpack_one : sig
3030
3131 val map : ('a , 'partial_unpack ) t -> f :('a -> 'b ) -> ('b , 'partial_unpack ) t
3232
33- (* * [create_bin_prot reader] returns an unpacker that reads the "size-prefixed" bin-prot
34- encoding, in which a value is encoded by first writing the length of the bin-prot
33+ (* * [create_bin_prot reader] returns an unpacker that reads the "size-prefixed" bin_prot
34+ encoding, in which a value is encoded by first writing the length of the bin_prot
3535 data as a 64-bit int, and then writing the data itself. This encoding makes it
3636 trivial to know if enough data is available in the buffer, so there is no need to
3737 represent partially unpacked values, and hence ['partial_unpack = unit]. *)
@@ -50,8 +50,8 @@ val create
5050 -> ('value, 'partial_unpack) t
5151
5252(* * [create_bin_prot reader] returns an unpack buffer that unpacks the "size-prefixed"
53- bin-prot encoding, in which a value is encoded by first writing the length of the
54- bin-prot data as a 64-bit int, and then writing the bin-prot data itself. This
53+ bin_prot encoding, in which a value is encoded by first writing the length of the
54+ bin_prot data as a 64-bit int, and then writing the bin_prot data itself. This
5555 encoding makes it trivial to know if enough data is available in the buffer, so there
5656 is no need to represent partially unpacked values, and hence ['partial_unpack =
5757 unit]. *)
0 commit comments