We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17eb392 commit c581b96Copy full SHA for c581b96
src/libstd/path.rs
@@ -1836,7 +1836,7 @@ impl Path {
1836
/// * On Unix, a path has a root if it begins with `/`.
1837
///
1838
/// * On Windows, a path has a root if it:
1839
- /// * has no prefix and begins with a separator, e.g. `\\windows`
+ /// * has no prefix and begins with a separator, e.g. `\windows`
1840
/// * has a prefix followed by a separator, e.g. `c:\windows` but not `c:windows`
1841
/// * has any non-disk prefix, e.g. `\\server\share`
1842
0 commit comments