[Modify] Edit it

This commit is contained in:
sta 2017-03-01 16:29:09 +09:00
parent 0a06117e04
commit c48861c79e

View File

@ -1964,8 +1964,8 @@ namespace WebSocketSharp
/// URL-encodes the specified <see cref="string"/>. /// URL-encodes the specified <see cref="string"/>.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// A <see cref="string"/> that receives the encoded string, /// A <see cref="string"/> that receives the encoded string or
/// or <paramref name="value"/> if it's <see langword="null"/> or empty. /// <paramref name="value"/> if it is <see langword="null"/> or empty.
/// </returns> /// </returns>
/// <param name="value"> /// <param name="value">
/// A <see cref="string"/> to encode. /// A <see cref="string"/> to encode.