[Modify] Polish it

This commit is contained in:
sta 2019-04-04 17:19:15 +09:00
parent a058d53475
commit 4a364e5bc5

View File

@ -611,7 +611,7 @@ namespace WebSocketSharp.Net
throw new ArgumentOutOfRangeException ("index", "Less than zero.");
if (array.Length - index < _list.Count) {
var msg = "The available space of the destination array is not enough.";
var msg = "The available space of the array is not enough to copy to.";
throw new ArgumentException (msg);
}