Skip to content

Commit

Permalink
missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
neilboyd committed Mar 22, 2022
1 parent bb344d2 commit de46b36
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ public static class TimeSpanHumanize
/// </summary>
/// <param name="unit">Time unit, <see cref="TimeUnit"/>.</param>
/// <param name="count">Number of units, default is One.</param>
/// <param name="timeSpanStyle"></param>
/// <param name="timeSpanStyle">Time span style, default is <see cref="TimeSpanStyle.Full">.</param>
/// <returns>Resource key, like TimeSpanHumanize_SingleMinute</returns>
public static string GetResourceKey(TimeUnit unit, int count = 1, TimeSpanStyle timeSpanStyle = TimeSpanStyle.Full)
{
Expand Down

0 comments on commit de46b36

Please sign in to comment.