diff --git a/src/libstd/path.rs b/src/libstd/path.rs index 126bc3754dabc..75a7fc34105cc 100644 --- a/src/libstd/path.rs +++ b/src/libstd/path.rs @@ -1712,7 +1712,7 @@ impl AsRef for PathBuf { /// /// This type supports a number of operations for inspecting a path, including /// breaking the path into its components (separated by `/` on Unix and by either -/// `/` or `\` on Windows), extracting the file name, determining whether the path +/// `/` or `\\` on Windows), extracting the file name, determining whether the path /// is absolute, and so on. /// /// This is an *unsized* type, meaning that it must always be used behind a