Skip to content

Commit

Permalink
Change description
Browse files Browse the repository at this point in the history
Change the /// comment as suggested.
  • Loading branch information
martincostello committed Dec 13, 2018
1 parent f8a6197 commit 5487adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JustEat.StatsD/IDisposableTimer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace JustEat.StatsD
public interface IDisposableTimer : IDisposable
{
/// <summary>
/// Gets or sets the name of the StatsD bucket associated with the timer.
/// Gets or sets the StatsD bucket associated with the timer.
/// </summary>
string Bucket { get; set; }
}
Expand Down

0 comments on commit 5487adf

Please sign in to comment.