diff --git a/X10D/src/IO/StreamExtensions.Reading.cs b/X10D/src/IO/StreamExtensions.Reading.cs index 6d75187..ea856a1 100644 --- a/X10D/src/IO/StreamExtensions.Reading.cs +++ b/X10D/src/IO/StreamExtensions.Reading.cs @@ -396,7 +396,8 @@ public static partial class StreamExtensions } /// - /// Reads an from the current stream as little endian, and advances the stream position by two bytes. + /// Reads an from the current stream as little endian, and advances the stream position by two + /// bytes. /// /// The stream from which the value should be read. /// The little endian value.