From f5e87b564d4f465b4b752ccd49317008abf1030e Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 24 Oct 2017 14:53:49 +0200 Subject: Rename a function --- sheet.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sheet.mli') diff --git a/sheet.mli b/sheet.mli index 0762419..11881cc 100755 --- a/sheet.mli +++ b/sheet.mli @@ -6,8 +6,8 @@ module Raw: sig type t - (** Create a new sheet *) - val create: t + (** An empty sheet *) + val empty: t (** Add a new value in the sheet. The previous value is replaced @return All the successors to update and the new sheet. -- cgit v1.2.3