Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Jul 3, 2024
1 parent bcb479d commit 00a0058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game/Rulesets/Edit/Checks/CheckTitleMarkers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
{
}

Expand Down

0 comments on commit 00a0058

Please sign in to comment.