From 6eea0d466b08a278c048092ee1cb06aee9f48cc9 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Tue, 15 Jun 2021 15:50:18 +0200 Subject: [PATCH] [doc] Fix typo --- doc/ws.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ws.md b/doc/ws.md index 3f041627f..56681ade5 100644 --- a/doc/ws.md +++ b/doc/ws.md @@ -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