Skip to content

Commit f1e14cc

Browse files
tshepangalexcrichton
authored andcommitted
doc: add missing word
1 parent 7669f04 commit f1e14cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libstd/io/fs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ impl File {
114114
/// `FileMode` and `FileAccess` provide information about the permissions
115115
/// context in which a given stream is created. More information about them
116116
/// can be found in `std::io`'s docs. If a file is opened with `Write`
117-
/// or `ReadWrite` access, then it will be created it does not already
117+
/// or `ReadWrite` access, then it will be created if it does not already
118118
/// exist.
119119
///
120120
/// Note that, with this function, a `File` is returned regardless of the

0 commit comments

Comments
 (0)