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.
1 parent 8b94e9e commit 539ae1cCopy full SHA for 539ae1c
src/libstd/path.rs
@@ -1712,7 +1712,7 @@ impl AsRef<OsStr> for PathBuf {
1712
///
1713
/// This type supports a number of operations for inspecting a path, including
1714
/// 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
+/// `/` or `\\` on Windows), extracting the file name, determining whether the path
1716
/// is absolute, and so on.
1717
1718
/// This is an *unsized* type, meaning that it must always be used behind a
0 commit comments