Skip to content

Commit e66388d

Browse files
committed
doc rewording
1 parent 2db17c8 commit e66388d

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)