From bc873623d7698507f43d64e566809b63d9d02f00 Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Mon, 5 Apr 2021 17:51:20 +0900 Subject: [PATCH] Fix a typo in WebSocket::Frame::Outgoing --- lib/websocket/frame/outgoing.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/websocket/frame/outgoing.rb b/lib/websocket/frame/outgoing.rb index 8c5f0151..d8fec136 100644 --- a/lib/websocket/frame/outgoing.rb +++ b/lib/websocket/frame/outgoing.rb @@ -2,7 +2,7 @@ module WebSocket module Frame - # Construct or parse incoming WebSocket Frame. + # Construct or parse outgoing WebSocket Frame. # @note You should NEVER use this class directly - use Client or Server subclasses instead, as they contain additional frame options(i.e. Client-side masking in draft 04) # # @example