We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8069c17 commit 5ffde3cCopy full SHA for 5ffde3c
src/TestableIO.System.IO.Abstractions/IFileSystemInfo.cs
@@ -9,7 +9,7 @@ public interface IFileSystemInfo
9
/// Exposes the underlying filesystem implementation. This is useful for implementing extension methods.
10
/// </summary>
11
/// <remarks>
12
- /// The property is always a global object related to a global current directory.
+ /// The property is always a global object related to the global current directory.
13
/// </remarks>
14
IFileSystem FileSystem { get; }
15
0 commit comments