diff --git a/csharp/Platform.IO/StreamExtensions.cs b/csharp/Platform.IO/StreamExtensions.cs index 738716a..c84f700 100644 --- a/csharp/Platform.IO/StreamExtensions.cs +++ b/csharp/Platform.IO/StreamExtensions.cs @@ -62,7 +62,7 @@ public static T ReadOrDefault(this Stream stream) } /// - /// Reads and returns the structure values array from the . + /// Reads and returns all structure values array from the . /// Прочитывает и возвращает массив всех значений структур типа из потока . /// ///