We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ade7f1a + d8e8d80 commit b26bad7Copy full SHA for b26bad7
lib/faraday.mli
@@ -184,7 +184,7 @@ val schedule_bigstring : t -> ?off:int -> ?len:int -> bigstring -> unit
184
185
val free_bytes_in_buffer : t -> int
186
(** [free_bytes_in_buffer t] returns the free space, in bytes, of the
187
- 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
188
this value, the serializer will allocate a new buffer that will replace the
189
serializer's internal buffer for that and subsequent calls. *)
190
0 commit comments