Skip to content

Commit d22bd70

Browse files
committedJul 17, 2015
Remove spaces
1 parent 987e06d commit d22bd70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎types/V1.mli

+2-2
Original file line numberDiff line numberDiff line change
@@ -846,8 +846,8 @@ module type FS = sig
846846

847847
val write: t -> string -> int -> page_aligned_buffer -> [ `Ok of unit | `Error of error ] io
848848
(** [write t path offset data] writes [data] at [offset] in file
849-
[path] on filesystem [t].
850-
849+
[path] on filesystem [t].
850+
851851
If [path] contains directories that do not exist, [write] will attempt to
852852
create them. If [path] already exists, [write] will overwrite existing
853853
information starting at [off].*)

0 commit comments

Comments
 (0)
Please sign in to comment.