well, it is

This commit is contained in:
Michael Becker 2019-12-08 03:55:49 -05:00
parent 98961780dc
commit c2bd1c04ee
No known key found for this signature in database
GPG Key ID: 389DFF5D73781A12

View File

@ -40,7 +40,7 @@ namespace UniversalEditor.IO
/// </summary>
BigEndian,
/// <summary>
/// Little-endian except for bytes in 32-bit values which are stored with the 16-bit halves swapped.
/// Little-endian except for bytes in 32-bit values which are stored with the 16-bit halves swapped (also known as middle-endian).
/// </summary>
PDPEndian
}