We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
std::fs::create_dir_all
1 parent d1932ce commit 16f44fdCopy full SHA for 16f44fd
library/std/src/fs.rs
@@ -2803,7 +2803,7 @@ pub fn create_dir<P: AsRef<Path>>(path: P) -> io::Result<()> {
2803
/// Recursively create a directory and all of its parent components if they
2804
/// are missing.
2805
///
2806
-/// This function returns an error if any of the parent components are not a directory and already
+/// This function returns an error if any of the path components are not a directory and already
2807
/// exist.
2808
2809
/// If the empty path is passed to this function, it always succeeds without
0 commit comments