Skip to content

Commit 2dccdc7

Browse files
committed
[Modify] Polish it
1 parent 0274f23 commit 2dccdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocket-sharp/WebSocketFrame.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ Action<Exception> error
664664
}
665665

666666
if (len > PayloadData.MaxLength) {
667-
var msg = "A frame has too long payload data length.";
667+
var msg = "A frame has too long payload length.";
668668
throw new WebSocketException (CloseStatusCode.TooBig, msg);
669669
}
670670

0 commit comments

Comments
 (0)