Fix grammar in documentation of open_out_gen

master
Sébastien Hinderer 2017-02-28 09:08:48 +01:00
parent 4d2f22f269
commit 2825d40f88
1 changed files with 1 additions and 1 deletions

View File

@ -777,7 +777,7 @@ val open_out_bin : string -> out_channel
val open_out_gen : open_flag list -> int -> string -> out_channel
(** [open_out_gen mode perm filename] opens the named file for writing,
as described above. The extra argument [mode]
specify the opening mode. The extra argument [perm] specifies
specifies the opening mode. The extra argument [perm] specifies
the file permissions, in case the file must be created.
{!Pervasives.open_out} and {!Pervasives.open_out_bin} are special
cases of this function. *)