From 14ff7475fedc467585d04af212fd63d58a68c404 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Wed, 19 Jun 2024 21:22:36 -0700 Subject: [PATCH] Fixed a `@param` YARD tag. --- lib/ronin/exploits/mixins/remote_udp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ronin/exploits/mixins/remote_udp.rb b/lib/ronin/exploits/mixins/remote_udp.rb index 7ead303e..70942160 100644 --- a/lib/ronin/exploits/mixins/remote_udp.rb +++ b/lib/ronin/exploits/mixins/remote_udp.rb @@ -69,7 +69,7 @@ def self.included(exploit) # @param [String, nil] bind_host # The local host to bind to. # - # @param kwargs [Integer, nil] bind_port + # @param [Integer, nil] bind_port # The local port to bind to. # # @param [Hash{Symbol => Object}] kwargs