Skip to content

Commit 9f49ac3

Browse files
authored
Add missing trailing period to RustDoc for fn create_dir().
1 parent a591113 commit 9f49ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2918,7 +2918,7 @@ pub fn canonicalize<P: AsRef<Path>>(path: P) -> io::Result<PathBuf> {
29182918
fs_imp::canonicalize(path.as_ref())
29192919
}
29202920

2921-
/// Creates a new, empty directory at the provided path
2921+
/// Creates a new, empty directory at the provided path.
29222922
///
29232923
/// # Platform-specific behavior
29242924
///

0 commit comments

Comments
 (0)