From dba69fe68c3febb4bca01fe35db61bdde200bba9 Mon Sep 17 00:00:00 2001 From: wuyangfan <1102042793@qq.com> Date: Mon, 18 May 2026 00:58:43 +0800 Subject: [PATCH] docs: fix Truncates typo in FileHelpers.Truncate XML comment --- csharp/Platform.IO/FileHelpers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/Platform.IO/FileHelpers.cs b/csharp/Platform.IO/FileHelpers.cs index fd412a3..8e64f2b 100644 --- a/csharp/Platform.IO/FileHelpers.cs +++ b/csharp/Platform.IO/FileHelpers.cs @@ -250,7 +250,7 @@ public static void DeleteAll(string directory, string searchPattern, SearchOptio } /// - /// Trincates the file at the . + /// Truncates the file at the . /// Очищает содержимое файла по пути . /// ///