1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:45:42 +00:00

[ci skip] style: cap line length at 130

This commit is contained in:
Oliver Booth 2023-08-26 18:40:16 +01:00
parent 68968c1b0b
commit b843d155f6
Signed by: oliverbooth
GPG Key ID: B89D139977693FED

View File

@ -396,7 +396,8 @@ public static partial class StreamExtensions
} }
/// <summary> /// <summary>
/// Reads an <see cref="ushort" /> from the current stream as little endian, and advances the stream position by two bytes. /// Reads an <see cref="ushort" /> from the current stream as little endian, and advances the stream position by two
/// bytes.
/// </summary> /// </summary>
/// <param name="stream">The stream from which the value should be read.</param> /// <param name="stream">The stream from which the value should be read.</param>
/// <returns>The little endian value.</returns> /// <returns>The little endian value.</returns>