Source code typo #10710
Labels
area-System.IO
Pri3
Indicates issues/PRs that are low priority
untriaged
New issue has not been triaged by the area owner
Hi,
i do like your documentation very much. Maybe we can improve it together, plkease check my suggestion, i think it is just a typo/copy and paste error:
CURRENT source code line:
if (path.Equals(Directory.GetCurrentDirectory()))
SUGGESTED source code line:
if (target.Equals(Directory.GetCurrentDirectory()))
Kind regards
AL
The text was updated successfully, but these errors were encountered: