1
Fork 0

doc: this sentence did not read well

This commit is contained in:
Tshepang Lekhonkhobe 2016-01-21 23:27:18 +02:00
parent 9ae76b363c
commit 2a7bef640d

View file

@ -487,8 +487,8 @@ impl OpenOptions {
/// This option indicates whether a new file will be created if the file /// This option indicates whether a new file will be created if the file
/// does not yet already exist. /// does not yet already exist.
/// ///
/// The file must be opened with write or append access in order to create /// In order for the file to be created, `write` or `append` access must
/// a new file. /// be used.
/// ///
/// # Examples /// # Examples
/// ///