Skip to content

Commit

Permalink
Fixed an @option YARD tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 23, 2024
1 parent f7c67aa commit f03bfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ronin/support/web/websocket/socket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def send_frame(data, type: :text)
# @param [Hash{Symbol => Object}] kwargs
# Additional keyword arguments for {#send_frame}.
#
# @param [:text, :binary, :ping, :pong, :close] :type (:text)
# @option kwargs [:text, :binary, :ping, :pong, :close] :type (:text)
# The data frame type.
#
# @api public
Expand Down

0 comments on commit f03bfaa

Please sign in to comment.