Skip to content

Commit 599efd5

Browse files
committed
Docs: fix cross-reference
1 parent f0cde12 commit 599efd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pure/stream.mli

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ val read : stream -> read
7979
(** Awaits the next stream event. See {!Stream.type-read}. *)
8080

8181
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.
82+
(** A wrapper around {!Stream.val-read} that converts [~data] with content [s]
83+
into [Some s], and [~close] into [None], and uses them to resolve a promise.
8484
[~flush] is ignored. *)
8585

8686
val read_until_close : stream -> string promise

0 commit comments

Comments
 (0)