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