File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ val with_file :
377
377
channel is closed when [f ch] terminates (even if it fails). *)
378
378
379
379
val open_connection : ?buffer_size : int -> Unix .sockaddr -> (input_channel * output_channel ) Lwt .t
380
- (* * [open_connection ?buffer_size ~mode addr] open a connection to
380
+ (* * [open_connection ?buffer_size addr] open a connection to
381
381
the given address and returns two channels for using it.
382
382
383
383
The connection is completly closed when you close both
@@ -387,7 +387,7 @@ val open_connection : ?buffer_size : int -> Unix.sockaddr -> (input_channel * ou
387
387
*)
388
388
389
389
val with_connection : ?buffer_size : int -> Unix .sockaddr -> (input_channel * output_channel -> 'a Lwt .t ) -> 'a Lwt .t
390
- (* * [with_connection ?buffer_size ~mode addr f] open a connection to
390
+ (* * [with_connection ?buffer_size addr f] open a connection to
391
391
the given address and passes the channels to [f] *)
392
392
393
393
type server
You can’t perform that action at this time.
0 commit comments