Skip to content

Commit

Permalink
Rollup merge of rust-lang#31090 - tshepang:improve-sentence, r=brson
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Jan 23, 2016
2 parents bdd1507 + 2a7bef6 commit 9dfb4ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@ impl OpenOptions {
/// This option indicates whether a new file will be created if the file
/// does not yet already exist.
///
/// The file must be opened with write or append access in order to create
/// a new file.
/// In order for the file to be created, `write` or `append` access must
/// be used.
///
/// # Examples
///
Expand Down

0 comments on commit 9dfb4ac

Please sign in to comment.