Skip to content

Commit

Permalink
Fixed YARD links.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Sep 19, 2023
1 parent 7cd8e7f commit c6d2971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ronin/vulns/cli/web_vuln_command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ class WebVulnCommand < Command
# * `:all` - Find all vulnerabilities for each URL.
attr_reader :scan_mode

# Keywrod arguments that will be used in {scan} and {test} to call
# {WebVuln.scan} or {WebVuln.test}.
# Keywrod arguments that will be used in {#scan_url} and {#test_url} to
# call {WebVuln.scan} or {WebVuln.test}.
#
# @return [Hash{Symbol => Object}]
attr_reader :scan_kwargs
Expand Down

0 comments on commit c6d2971

Please sign in to comment.