From 56bb2db880ae39ec2bbeccfef53a6d84e08a91b5 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 15 Jun 2023 21:16:47 -0400 Subject: [PATCH] doc --- src/Tiny_httpd_stream.mli | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Tiny_httpd_stream.mli b/src/Tiny_httpd_stream.mli index 4fc7dbcd..fe2d5968 100644 --- a/src/Tiny_httpd_stream.mli +++ b/src/Tiny_httpd_stream.mli @@ -27,8 +27,7 @@ type t = { _rest: hidden; (** Use {!make} to build a stream. *) } (** A buffered stream, with a view into the current buffer (or refill if empty), - and a function to consume [n] bytes. - See {!Byte_stream} for more details. *) + and a function to consume [n] bytes. *) val close : t -> unit (** Close stream *)