File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1699,8 +1699,8 @@ pub fn read_link<P: AsRef<Path>>(path: P) -> io::Result<PathBuf> {
1699
1699
fs_imp:: readlink ( path. as_ref ( ) )
1700
1700
}
1701
1701
1702
- /// Returns the canonical form of a path with all intermediate components
1703
- /// normalized and symbolic links resolved.
1702
+ /// Returns the canonical, absolute form of a path with all intermediate
1703
+ /// components normalized and symbolic links resolved.
1704
1704
///
1705
1705
/// # Platform-specific behavior
1706
1706
///
Original file line number Diff line number Diff line change @@ -2284,8 +2284,8 @@ impl Path {
2284
2284
fs:: symlink_metadata ( self )
2285
2285
}
2286
2286
2287
- /// Returns the canonical form of the path with all intermediate components
2288
- /// normalized and symbolic links resolved.
2287
+ /// Returns the canonical, absolute form of the path with all intermediate
2288
+ /// components normalized and symbolic links resolved.
2289
2289
///
2290
2290
/// This is an alias to [`fs::canonicalize`].
2291
2291
///
You can’t perform that action at this time.
0 commit comments