From f3c1db311c760770cccf5242bf383ab5bf4783a8 Mon Sep 17 00:00:00 2001 From: Max Wase Date: Sun, 6 Jun 2021 22:42:29 +0300 Subject: [PATCH] Update doc library/std/src/path.rs Co-authored-by: Mara Bos --- library/std/src/path.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/library/std/src/path.rs b/library/std/src/path.rs index 9afeb173f2049..055c951444502 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.