Skip to content

Commit 252a286

Browse files
authored
Rollup merge of #42241 - king6cong:master, r=steveklabnik
doc rewording
2 parents 854196a + e66388d commit 252a286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/fs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@ pub fn create_dir<P: AsRef<Path>>(path: P) -> io::Result<()> {
15451545
/// determined to not exist) are outlined by `fs::create_dir`.
15461546
///
15471547
/// Notable exception is made for situations where any of the directories
1548-
/// specified in the `path` could not be created as it was created concurrently.
1548+
/// specified in the `path` could not be created as it was being created concurrently.
15491549
/// Such cases are considered success. In other words: calling `create_dir_all`
15501550
/// concurrently from multiple threads or processes is guaranteed to not fail
15511551
/// due to race itself.

0 commit comments

Comments
 (0)