aboutsummaryrefslogtreecommitdiff
path: root/sheet.mli
diff options
context:
space:
mode:
Diffstat (limited to 'sheet.mli')
-rwxr-xr-xsheet.mli4
1 files changed, 2 insertions, 2 deletions
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.