[Modify] Edit it

This commit is contained in:
sta 2017-01-26 16:30:34 +09:00
parent db95ecd184
commit 3889002de6

View File

@ -1428,10 +1428,12 @@ namespace WebSocketSharp
} }
/// <summary> /// <summary>
/// Determines whether the specified <see cref="string"/> is a predefined scheme. /// Determines whether the specified <see cref="string"/> is
/// a predefined scheme.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// <c>true</c> if <paramref name="value"/> is a predefined scheme; otherwise, <c>false</c>. /// <c>true</c> if <paramref name="value"/> is a predefined scheme;
/// otherwise, <c>false</c>.
/// </returns> /// </returns>
/// <param name="value"> /// <param name="value">
/// A <see cref="string"/> to test. /// A <see cref="string"/> to test.