Skip to content

Commit a84f605

Browse files
committed
Fix typo.
1 parent eef5a83 commit a84f605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/protocol/websocket/connection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def initialize(framer, mask: nil, **options)
2828
# @attribute [Framer] The framer which is used for reading and writing frames.
2929
attr :framer
3030

31-
# @attribte [String | Nil] The optional mask which is used when generating frames.
31+
# @attribute [String | Boolean | Nil] The optional mask which is used when generating frames.
3232
attr :mask
3333

3434
# @attribute [Integer] The allowed reserved bits.

0 commit comments

Comments
 (0)