diff options
| author | Max Wase <max.vvase@gmail.com> | 2021-06-06 22:42:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-06 22:42:29 +0300 |
| commit | f3c1db311c760770cccf5242bf383ab5bf4783a8 (patch) | |
| tree | 8928f33e7178b992cf7b002c39a3f78c97b1dd70 | |
| parent | a0958df56f9f6714aa31c9d8812434a0f2f8f992 (diff) | |
| download | rust-f3c1db311c760770cccf5242bf383ab5bf4783a8.tar.gz rust-f3c1db311c760770cccf5242bf383ab5bf4783a8.zip | |
Update doc library/std/src/path.rs
Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
| -rw-r--r-- | library/std/src/path.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/path.rs b/library/std/src/path.rs index 9afeb173f20..055c9514445 100644 --- a/library/std/src/path.rs +++ b/library/std/src/path.rs @@ -2569,7 +2569,6 @@ impl Path { } /// Returns true if the path exists on disk and is pointing at a symbolic link. - /// This method can alse be used to check whether symlink exists. /// /// This function will not traverse symbolic links. /// In case of a broken symbolic link this will also return true. |
