[Modify] Edit it

This commit is contained in:
sta 2017-01-25 17:02:08 +09:00
parent 09e3514453
commit 4380eef0dd

View File

@ -1913,8 +1913,8 @@ namespace WebSocketSharp
/// Converts the specified <see cref="string"/> to a <see cref="Uri"/>. /// Converts the specified <see cref="string"/> to a <see cref="Uri"/>.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// A <see cref="Uri"/> converted from <paramref name="uriString"/>, /// A <see cref="Uri"/> converted from <paramref name="uriString"/> or
/// or <see langword="null"/> if <paramref name="uriString"/> isn't successfully converted. /// <see langword="null"/> if the convert has failed.
/// </returns> /// </returns>
/// <param name="uriString"> /// <param name="uriString">
/// A <see cref="string"/> to convert. /// A <see cref="string"/> to convert.