[Modify] Polish it

This commit is contained in:
sta 2019-03-28 21:29:51 +09:00
parent 08c29e7ee0
commit 68c70e1683

View File

@ -509,7 +509,7 @@ namespace WebSocketSharp.Net
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="cookies"/> is <see langword="null"/>. /// <paramref name="cookies"/> is <see langword="null"/>.
/// </exception> /// </exception>
public void Add (CookieCollection cookies) public void Add (CookieCollection cookies)
{ {
if (cookies == null) if (cookies == null)
throw new ArgumentNullException ("cookies"); throw new ArgumentNullException ("cookies");