We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b68d543 + 3c06f00 commit c4f81c1Copy full SHA for c4f81c1
library/std/src/path.rs
@@ -569,7 +569,7 @@ pub struct Components<'a> {
569
prefix: Option<Prefix<'a>>,
570
571
// true if path *physically* has a root separator; for most Windows
572
- // prefixes, it may have a "logical" rootseparator for the purposes of
+ // prefixes, it may have a "logical" root separator for the purposes of
573
// normalization, e.g., \\server\share == \\server\share\.
574
has_physical_root: bool,
575
0 commit comments