We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b71e21 commit 7e9042fCopy full SHA for 7e9042f
lwt/gluten_lwt_intf.ml
@@ -41,7 +41,7 @@ module type IO = sig
41
-> off:int
42
-> len:int
43
-> [ `Eof | `Ok of int ] Lwt.t
44
- (** The region [[off, off + len)] is where read bytes can be written to *)
+ (** The region [(off, off + len)] is where read bytes can be written to *)
45
46
val writev
47
: socket
0 commit comments