Skip to content

Commit 3c06f00

Browse files
committed
Fix typo in comment
missing space in "rootseparator"
1 parent 5c02926 commit 3c06f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ pub struct Components<'a> {
569569
prefix: Option<Prefix<'a>>,
570570

571571
// true if path *physically* has a root separator; for most Windows
572-
// prefixes, it may have a "logical" rootseparator for the purposes of
572+
// prefixes, it may have a "logical" root separator for the purposes of
573573
// normalization, e.g., \\server\share == \\server\share\.
574574
has_physical_root: bool,
575575

0 commit comments

Comments
 (0)