Skip to content

Commit

Permalink
Merge pull request #73 from inhabitedtype/fix-markup
Browse files Browse the repository at this point in the history
fix-markup: use source code style for write_*
  • Loading branch information
seliopou authored Aug 14, 2021
2 parents ade7f1a + d8e8d80 commit b26bad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faraday.mli
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ val schedule_bigstring : t -> ?off:int -> ?len:int -> bigstring -> unit

val free_bytes_in_buffer : t -> int
(** [free_bytes_in_buffer t] returns the free space, in bytes, of the
serializer's write buffer. If a {write_*} call has a length that exceeds
serializer's write buffer. If a [write_*] call has a length that exceeds
this value, the serializer will allocate a new buffer that will replace the
serializer's internal buffer for that and subsequent calls. *)

Expand Down

0 comments on commit b26bad7

Please sign in to comment.