This commit is contained in:
Bartłomiej Dach 2024-07-03 16:13:47 +02:00
parent bcb479d4f7
commit 00a0058fc7
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public MarkerCheck(string exact, string anyRegex)
public class IssueTemplateIncorrectMarker : IssueTemplate
{
public IssueTemplateIncorrectMarker(ICheck check)
: base(check, IssueType.Problem, "{0} field has a incorrect format of marker {1}")
: base(check, IssueType.Problem, "{0} field has an incorrect format of marker {1}")
{
}