diff --git a/library/std/src/path.rs b/library/std/src/path.rs index 9afeb173f204..055c95144450 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.