From 5487adf3f8c462a412df39e2a38dfaf6b36552b3 Mon Sep 17 00:00:00 2001 From: martincostello Date: Thu, 13 Dec 2018 14:53:41 +0000 Subject: [PATCH] Change description Change the /// comment as suggested. --- src/JustEat.StatsD/IDisposableTimer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }