docs icon indicating copy to clipboard operation
docs copied to clipboard

Typo on file-path-formats page in dotnet docs

Open alainadenney opened this issue 1 year ago • 0 comments

There is a typo in one sentence on the file-path-formats page (link: https://docs.microsoft.com/en-us/dotnet/standard/io/file-path-formats).

This is the sentence which contains the typo: You can determine whether a file path is fully qualified (that is, it the path is independent of the current directory and does not change when the current directory changes) by calling the [Path.IsPathFullyQualified](https://docs.microsoft.com/en-us/dotnet/api/system.io.path.ispathfullyqualified) method.

The typo is that the word "if" has been replaced with "it" in the phrase "that is, it the path is independent" in the above sentence. For proper grammar, this should read "that is, if the path...".


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

alainadenney avatar Jul 30 '22 02:07 alainadenney