[Modify] Edit it

This commit is contained in:
sta 2018-01-29 16:46:51 +09:00
parent 89653c239b
commit 4aad50077f

View File

@ -1879,11 +1879,15 @@ namespace WebSocketSharp
}
/// <summary>
/// Converts the specified <see cref="string"/> to a <see cref="Uri"/>.
/// Converts the specified string to a <see cref="Uri"/>.
/// </summary>
/// <returns>
/// A <see cref="Uri"/> converted from <paramref name="value"/> or
/// <see langword="null"/> if the convert has failed.
/// <para>
/// A <see cref="Uri"/> converted from <paramref name="value"/>.
/// </para>
/// <para>
/// <see langword="null"/> if the conversion has failed.
/// </para>
/// </returns>
/// <param name="value">
/// A <see cref="string"/> to convert.