Correction bug

This commit is contained in:
Matthieu Dubuget 2016-12-12 23:29:15 +01:00
parent 945aa3f5db
commit 1dc952f07f
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ include ([%js] : sig
val set_blob_content_type: blob -> string -> blob [@@js.call "setContentType"]
val blob_to_js: blob -> Ojs.t
val get_blob: t -> blob [@@js.call]
val set_content: t -> blob [@@js.call]
val set_content: t -> string -> t [@@js.call]
end
module Range : sig

View File

@ -70,7 +70,7 @@ large collection of {!File.t}.*)
val set_blob_content_type: blob -> string -> blob
val blob_to_js: blob -> Ojs.t
val get_blob: t -> blob
val set_content: t -> blob
val set_content: t -> string -> t
end
(** spreadsheet ranges *)