Skip to content

Commit e82032f

Browse files
committed
Fixed a compile error in the StringExtensions class declaration.
1 parent 4119803 commit e82032f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pathy/ChainablePath.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ public FileInfo ToFileInfo()
319319
#if PATHY_PUBLIC
320320
public static class StringExtensions
321321
#else
322-
internal static sealed class StringExtensions
322+
internal static class StringExtensions
323323
#endif
324324
{
325325
/// <summary>

0 commit comments

Comments
 (0)