Skip to content

Commit 6eea0d4

Browse files
committed
[doc] Fix typo
1 parent bb5d44b commit 6eea0d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/ws.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,8 @@ A WebSocket frame was received with the RSV2 or RSV3 bit set unexpectedly.
549549

550550
### WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH
551551

552-
A data frame was received with a length longer the max supported length (2^53-1,
553-
due to JavaScript language limitations).
552+
A data frame was received with a length longer than the max supported length
553+
(2^53 - 1, due to JavaScript language limitations).
554554

555555
### WS_ERR_UNSUPPORTED_MESSAGE_LENGTH
556556

0 commit comments

Comments
 (0)