diff --git a/csharp/Platform.IO/FileHelpers.cs b/csharp/Platform.IO/FileHelpers.cs
index 3180b76..eb58d89 100644
--- a/csharp/Platform.IO/FileHelpers.cs
+++ b/csharp/Platform.IO/FileHelpers.cs
@@ -260,7 +260,7 @@ public static void SetSize(string path, long size)
/// Путь к директории для очистки.
///
///
- /// A search pattern for files to be deleted in the directory at the path .
+ /// The search pattern for files to be deleted in the directory at the path .
/// Шаблон поиска для удаляемых файлов в директории находящейся по пути .
///
[MethodImpl(MethodImplOptions.AggressiveInlining)]
@@ -275,11 +275,11 @@ public static void SetSize(string path, long size)
/// Путь к директории для очистки.
///
///
- /// A search pattern for files to be deleted in the directory at the path .
+ /// The search pattern for files to be deleted in the directory at the path .
/// Шаблон поиска для удаляемых файлов в директории находящейся по пути .
///
///
- /// A value that determines whether to search only in the current the directory at the path , or also in all subdirectories.
+ /// The value that determines whether to search only in the current the directory at the path , or also in all subdirectories.
/// Значение определяющее искать ли только в текущей директории находящейся по пути , или также во всех субдиректориях.
///
[MethodImpl(MethodImplOptions.AggressiveInlining)]