Skip to content

Commit c581b96

Browse files
authored
Typo
1 parent 17eb392 commit c581b96

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)