From e32e94079894f03749cb7d0ab0770aa8c2de34f0 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 2 Jun 2015 20:24:04 +0200 Subject: [PATCH] fix doc --- src/io/CCIO.mli | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/io/CCIO.mli b/src/io/CCIO.mli index 6e68ad88..1d079f20 100644 --- a/src/io/CCIO.mli +++ b/src/io/CCIO.mli @@ -94,7 +94,8 @@ val read_all : ?size:int -> in_channel -> string val with_out : ?mode:int -> ?flags:open_flag list -> string -> (out_channel -> 'a) -> 'a (** Same as {!with_in} but for an output channel - @param flags opening flags (default [[Open_creat; Open_trunc; Open_text]]). [Open_wronly] is used in any cases *) + @param flags opening flags (default [[Open_creat; Open_trunc; Open_text]]). + [Open_wronly] is used in any cases *) val with_out_a : ?mode:int -> ?flags:open_flag list -> string -> (out_channel -> 'a) -> 'a