doc: fix bad example in CCIO

This commit is contained in:
Simon Cruanes 2019-05-31 09:27:42 -05:00
parent 8e3dc5e006
commit fa0290061b

View file

@ -1,4 +1,3 @@
(* This file is free software, part of containers. See file "license" for more details. *)
(** {1 IO Utils}
@ -12,7 +11,7 @@
- obtain the list of lines of a file:
{[
# let l = CCIO.(with_in "/tmp/some_file" read_lines);;
# let l = CCIO.(with_in "/tmp/some_file" read_lines_l);;
]}
- transfer one file into another: