Skip to content

Commit

Permalink
Merge pull request #45 from JuanitoFatas/fix-a-typo
Browse files Browse the repository at this point in the history
Fix a typo in WebSocket::Frame::Outgoing
  • Loading branch information
imanel committed Apr 8, 2021
2 parents 98c4fb2 + bc87362 commit 83a71e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/websocket/frame/outgoing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83a71e9

Please sign in to comment.