Skip to content

Commit

Permalink
doc: improve grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jan 21, 2016
1 parent c6ba7fe commit 52c89ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/fs.rs
Expand Up @@ -414,7 +414,7 @@ impl OpenOptions {
/// This option, when true, will indicate that the file should be
/// `write`-able if opened.
///
/// If a file already exist, any write calls on the file will overwrite its
/// If the file already exists, any write calls on it will overwrite its
/// contents, without truncating it.
///
/// # Examples
Expand Down

0 comments on commit 52c89ee

Please sign in to comment.