This commit is contained in:
Alexey Golub
2019-04-18 22:21:20 +03:00
parent 37bcea86e3
commit 7cb1c21897
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
namespace DiscordChatExporter.Core.Markdown.Internal
{
internal partial class ParsedMatch<T>
internal class ParsedMatch<T>
{
public int StartIndex { get; }