From 5f591d5a9b8157860e265994c6007015a3d8e651 Mon Sep 17 00:00:00 2001 From: FreePhoenix Date: Sat, 17 Apr 2021 22:54:07 +0600 Subject: [PATCH] Docs corrections - Articles changed --- csharp/Platform.IO/FileHelpers.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)]