Correction bug
This commit is contained in:
		@ -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
 | 
			
		||||
 | 
			
		||||
@ -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 *)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user