diff --git a/csharp/Platform.Disposables/DisposableBase.cs b/csharp/Platform.Disposables/DisposableBase.cs
index c030a61..26f0c97 100644
--- a/csharp/Platform.Disposables/DisposableBase.cs
+++ b/csharp/Platform.Disposables/DisposableBase.cs
@@ -60,7 +60,9 @@ protected virtual bool AllowMultipleDisposeCalls
///
/// Initializes a new instance.
///
- ///
+ ///
+ /// Инициализирует новый экземпляр .
+ ///
///
[MethodImpl(MethodImplOptions.AggressiveInlining)]
static DisposableBase() => _currentDomain.ProcessExit += OnProcessExit;
diff --git a/csharp/Platform.Disposables/IDisposable.cs b/csharp/Platform.Disposables/IDisposable.cs
index 30fa4c7..54bd4f7 100644
--- a/csharp/Platform.Disposables/IDisposable.cs
+++ b/csharp/Platform.Disposables/IDisposable.cs
@@ -3,8 +3,8 @@
namespace Platform.Disposables
{
///
- /// Представляет расширенный интерфейс .
/// Represents an extended interface.
+ /// Представляет расширенный интерфейс .
///
public interface IDisposable : System.IDisposable
{