[Modify] Edit it

This commit is contained in:
sta 2017-12-15 16:36:52 +09:00
parent 8a58777298
commit b89a84225f

View File

@ -1339,14 +1339,15 @@ namespace WebSocketSharp
}
/// <summary>
/// Determines whether the specified <see cref="ByteOrder"/> is host (this computer
/// Determines whether the specified byte order is host (this computer
/// architecture) byte order.
/// </summary>
/// <returns>
/// <c>true</c> if <paramref name="order"/> is host byte order; otherwise, <c>false</c>.
/// <c>true</c> if <paramref name="order"/> is host byte order; otherwise,
/// <c>false</c>.
/// </returns>
/// <param name="order">
/// One of the <see cref="ByteOrder"/> enum values, to test.
/// One of the <see cref="ByteOrder"/> enum values to test.
/// </param>
public static bool IsHostOrder (this ByteOrder order)
{