1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Update incorrect xmldoc

This commit is contained in:
Dean Herbert 2021-07-31 16:48:43 +09:00
parent 081dafc4e4
commit 7a44ddb36b

View File

@ -25,7 +25,7 @@ namespace osu.Game.Extensions
$"{(timeSpan < TimeSpan.Zero ? "-" : string.Empty)}{(int)timeSpan.TotalMinutes:00}:{timeSpan:ss\\:fff}";
/// <summary>
/// Get a formatted duration (mm:ss or HH:mm:ss if more than an hour).
/// Get a formatted duration (dd:hh:mm:ss with days/hours omitted if zero).
/// </summary>
/// <param name="milliseconds">A duration in milliseconds.</param>
/// <returns>A formatted duration string.</returns>