Skip to content

Commit 5ffde3c

Browse files
authored
Fix wording
1 parent 8069c17 commit 5ffde3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestableIO.System.IO.Abstractions/IFileSystemInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public interface IFileSystemInfo
99
/// Exposes the underlying filesystem implementation. This is useful for implementing extension methods.
1010
/// </summary>
1111
/// <remarks>
12-
/// The property is always a global object related to a global current directory.
12+
/// The property is always a global object related to the global current directory.
1313
/// </remarks>
1414
IFileSystem FileSystem { get; }
1515

0 commit comments

Comments
 (0)