Skip to content

Commit

Permalink
doc: add missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang authored and alexcrichton committed Jul 29, 2014
1 parent 7669f04 commit f1e14cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/io/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ impl File {
/// `FileMode` and `FileAccess` provide information about the permissions
/// context in which a given stream is created. More information about them
/// can be found in `std::io`'s docs. If a file is opened with `Write`
/// or `ReadWrite` access, then it will be created it does not already
/// or `ReadWrite` access, then it will be created if it does not already
/// exist.
///
/// Note that, with this function, a `File` is returned regardless of the
Expand Down

0 comments on commit f1e14cc

Please sign in to comment.