Skip to content

Commit bad3bcb

Browse files
committed
Fix a small typo in libstd/fs.rs
1 parent f1bb6c2 commit bad3bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ impl File {
114114

115115
/// Open a file in write-only mode.
116116
///
117-
/// This function will create a file it it does not exist,
117+
/// This function will create a file if it does not exist,
118118
/// and will truncate it if it does.
119119
///
120120
/// See the `OpenOptions::open` function for more details.

0 commit comments

Comments
 (0)