We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 854196a + e66388d commit 252a286Copy full SHA for 252a286
src/libstd/fs.rs
@@ -1545,7 +1545,7 @@ pub fn create_dir<P: AsRef<Path>>(path: P) -> io::Result<()> {
1545
/// determined to not exist) are outlined by `fs::create_dir`.
1546
///
1547
/// 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.
+/// specified in the `path` could not be created as it was being created concurrently.
1549
/// Such cases are considered success. In other words: calling `create_dir_all`
1550
/// concurrently from multiple threads or processes is guaranteed to not fail
1551
/// due to race itself.
0 commit comments