Fix a few

This commit is contained in:
sta 2014-01-03 02:34:07 +09:00
parent 12e2ba2027
commit 303709b043

View File

@ -169,7 +169,7 @@ namespace WebSocketSharp
/// <exception cref="ArgumentNullException">
/// <paramref name="url"/> is <see langword="null"/>.
/// </exception>
public WebSocket (string url, params string[] protocols)
public WebSocket (string url, params string [] protocols)
: this ()
{
if (url == null)