Skip to content

Commit 1208944

Browse files
committed
Rollup merge of rust-lang#52582 - felixrabe:patch-2, r=pietroalbini
Typo
2 parents 8e6971d + c581b96 commit 1208944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/path.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@ impl Path {
18361836
/// * On Unix, a path has a root if it begins with `/`.
18371837
///
18381838
/// * On Windows, a path has a root if it:
1839-
/// * has no prefix and begins with a separator, e.g. `\\windows`
1839+
/// * has no prefix and begins with a separator, e.g. `\windows`
18401840
/// * has a prefix followed by a separator, e.g. `c:\windows` but not `c:windows`
18411841
/// * has any non-disk prefix, e.g. `\\server\share`
18421842
///

0 commit comments

Comments
 (0)