From f8c609766b0bf6950f49c056992a326f4aea31e2 Mon Sep 17 00:00:00 2001 From: NimaAra Date: Tue, 27 Jun 2017 18:40:38 +0100 Subject: [PATCH] Improved documentation --- Easy.Common/ThreadLocalDisposable.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Easy.Common/ThreadLocalDisposable.cs b/Easy.Common/ThreadLocalDisposable.cs index b839b64..01efb15 100644 --- a/Easy.Common/ThreadLocalDisposable.cs +++ b/Easy.Common/ThreadLocalDisposable.cs @@ -5,7 +5,8 @@ using System.Threading; /// - /// A class similar to with the ability to dispose the . + /// A class similar to with the ability to dispose + /// all the underlying s. /// . /// public sealed class ThreadLocalDisposable : IDisposable where T : IDisposable