We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cde12 commit 599efd5Copy full SHA for 599efd5
src/pure/stream.mli
@@ -79,8 +79,8 @@ val read : stream -> read
79
(** Awaits the next stream event. See {!Stream.type-read}. *)
80
81
val read_convenience : stream -> string option promise
82
-(** A wrapper around {!Stream.read} that converts [~data] with content [s] into
83
- [Some s], and [~close] into [None], and uses them to resolve a promise.
+(** A wrapper around {!Stream.val-read} that converts [~data] with content [s]
+ into [Some s], and [~close] into [None], and uses them to resolve a promise.
84
[~flush] is ignored. *)
85
86
val read_until_close : stream -> string promise
0 commit comments