We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987e06d commit d22bd70Copy full SHA for d22bd70
types/V1.mli
@@ -846,8 +846,8 @@ module type FS = sig
846
847
val write: t -> string -> int -> page_aligned_buffer -> [ `Ok of unit | `Error of error ] io
848
(** [write t path offset data] writes [data] at [offset] in file
849
- [path] on filesystem [t].
850
-
+ [path] on filesystem [t].
+
851
If [path] contains directories that do not exist, [write] will attempt to
852
create them. If [path] already exists, [write] will overwrite existing
853
information starting at [off].*)
0 commit comments