Skip to content

Commit b26bad7

Browse files
authored
Merge pull request #73 from inhabitedtype/fix-markup
fix-markup: use source code style for write_*
2 parents ade7f1a + d8e8d80 commit b26bad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/faraday.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ val schedule_bigstring : t -> ?off:int -> ?len:int -> bigstring -> unit
184184

185185
val free_bytes_in_buffer : t -> int
186186
(** [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
187+
serializer's write buffer. If a [write_*] call has a length that exceeds
188188
this value, the serializer will allocate a new buffer that will replace the
189189
serializer's internal buffer for that and subsequent calls. *)
190190

0 commit comments

Comments
 (0)