Skip to content

Commit 7e9042f

Browse files
committed
fix comment
1 parent 4b71e21 commit 7e9042f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lwt/gluten_lwt_intf.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module type IO = sig
4141
-> off:int
4242
-> len:int
4343
-> [ `Eof | `Ok of int ] Lwt.t
44-
(** The region [[off, off + len)] is where read bytes can be written to *)
44+
(** The region [(off, off + len)] is where read bytes can be written to *)
4545

4646
val writev
4747
: socket

0 commit comments

Comments
 (0)