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