diff options
Diffstat (limited to 'src/libstd/path/mod.rs')
| -rw-r--r-- | src/libstd/path/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/path/mod.rs b/src/libstd/path/mod.rs index 354cc10f022..dd245ec4f1a 100644 --- a/src/libstd/path/mod.rs +++ b/src/libstd/path/mod.rs @@ -386,7 +386,7 @@ pub trait GenericPath: Clone + GenericPathUnsafe { /// Returns a Path that represents the filesystem root that `self` is rooted in. /// - /// If `self` is not absolute, or vol-relative in the case of Windows, this returns None. + /// If `self` is not absolute, or vol/cwd-relative in the case of Windows, this returns None. fn root_path(&self) -> Option<Self>; /// Pushes a path (as a byte vector or string) onto `self`. |
