Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Nov 28, 2024
1 parent 19be1a6 commit 5480341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-s3/types.ml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module type Io = sig
(** Create a writer given a function f that reads off the writer. Once f completes, the writer is closed *)
val create_writer : f:('a reader -> unit Deferred.t) -> 'a writer

(** Create a reader/writer pipe. Data written to the reader can be read by the writer.
(** Create a reader/writer pipe. Data written to the writer can be read by the reader.
Closing one end will close both ends. *)
val create : unit -> 'a reader * 'a writer

Expand Down

0 comments on commit 5480341

Please sign in to comment.