From e59cc68c247435af859d5c9073e7b56f33089f92 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 9 May 2022 10:49:48 -0400 Subject: [PATCH] fix doc --- src/core/CCIO.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CCIO.mli b/src/core/CCIO.mli index ff03520a..f2163b72 100644 --- a/src/core/CCIO.mli +++ b/src/core/CCIO.mli @@ -1,6 +1,6 @@ (* This file is free software, part of containers. See file "license" for more details. *) -(** 1 IO Utils +(** IO Utils Simple utilities to deal with basic Input/Output tasks in a resource-safe way. For advanced IO tasks, the user is advised to use something