diff --git a/src/JustEat.StatsD/IDisposableTimer.cs b/src/JustEat.StatsD/IDisposableTimer.cs index f1c937c9..9f60575e 100644 --- a/src/JustEat.StatsD/IDisposableTimer.cs +++ b/src/JustEat.StatsD/IDisposableTimer.cs @@ -8,7 +8,7 @@ namespace JustEat.StatsD public interface IDisposableTimer : IDisposable { /// - /// Gets or sets the name of the StatsD bucket associated with the timer. + /// Gets or sets the StatsD bucket associated with the timer. /// string Bucket { get; set; } }