Skip to content

Commit

Permalink
Rollup merge of rust-lang#52582 - felixrabe:patch-2, r=pietroalbini
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
kennytm committed Jul 21, 2018
2 parents 7b5d91f + c581b96 commit 53b41c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1836,7 +1836,7 @@ impl Path {
/// * On Unix, a path has a root if it begins with `/`.
///
/// * On Windows, a path has a root if it:
/// * has no prefix and begins with a separator, e.g. `\\windows`
/// * has no prefix and begins with a separator, e.g. `\windows`
/// * has a prefix followed by a separator, e.g. `c:\windows` but not `c:windows`
/// * has any non-disk prefix, e.g. `\\server\share`
///
Expand Down

0 comments on commit 53b41c2

Please sign in to comment.