1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 09:02:58 +08:00

style: typo

This commit is contained in:
tsrk 2023-08-24 23:25:42 +02:00
parent 208e94e9be
commit 273593a0ee
No known key found for this signature in database
GPG Key ID: EBD46BB3049B56D6

View File

@ -128,7 +128,7 @@ namespace osu.Game.Rulesets.Edit.Checks
{ {
public IssuTemplateMinorDelay(ICheck check) public IssuTemplateMinorDelay(ICheck check)
: base(check, IssueType.Negligible, : base(check, IssueType.Negligible,
"\"{0}\"has a transient delay of ~{1:0.##} ms, of which {2:0.##} ms is complete silence.") "\"{0}\" has a transient delay of ~{1:0.##} ms, of which {2:0.##} ms is complete silence.")
{ {
} }