Skip to content

Commit

Permalink
[doc] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Jun 15, 2021
1 parent bb5d44b commit 6eea0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ws.md
Expand Up @@ -549,8 +549,8 @@ A WebSocket frame was received with the RSV2 or RSV3 bit set unexpectedly.

### WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH

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

### WS_ERR_UNSUPPORTED_MESSAGE_LENGTH

Expand Down

0 comments on commit 6eea0d4

Please sign in to comment.