Skip to content

Commit 539ae1c

Browse files
committed
Fix typo on Windows path separators
1 parent 8b94e9e commit 539ae1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,7 @@ impl AsRef<OsStr> for PathBuf {
17121712
///
17131713
/// This type supports a number of operations for inspecting a path, including
17141714
/// breaking the path into its components (separated by `/` on Unix and by either
1715-
/// `/` or `\` on Windows), extracting the file name, determining whether the path
1715+
/// `/` or `\\` on Windows), extracting the file name, determining whether the path
17161716
/// is absolute, and so on.
17171717
///
17181718
/// This is an *unsized* type, meaning that it must always be used behind a

0 commit comments

Comments
 (0)