[Modify] Edit it

This commit is contained in:
sta 2020-09-02 22:05:58 +09:00
parent 537692cc71
commit 37e79ef5cb

View File

@ -225,8 +225,8 @@ namespace WebSocketSharp.Net
/// <paramref name="array"/> is not enough to copy to. /// <paramref name="array"/> is not enough to copy to.
/// </exception> /// </exception>
/// <exception cref="ObjectDisposedException"> /// <exception cref="ObjectDisposedException">
/// The <see cref="HttpListener"/> instance associated with /// The <see cref="HttpListener"/> instance associated with this
/// this collection is closed. /// collection is closed.
/// </exception> /// </exception>
public void CopyTo (string[] array, int offset) public void CopyTo (string[] array, int offset)
{ {