Skip to content

Commit 8bcdddf

Browse files
author
HD Moore
committed
Fix yardoc comment, thanks @void-in!
1 parent c9696d3 commit 8bcdddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rex/payloads/meterpreter/uri_checksum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module UriChecksum
3535
# Map "random" URIs to static strings, allowing us to randomize
3636
# the URI sent in the first request.
3737
#
38-
# @param uri_match [String] The URI string from the HTTP request
38+
# @param uri [String] The URI string from the HTTP request
3939
# @return [Hash] The attributes extracted from the URI
4040
def process_uri_resource(uri)
4141

0 commit comments

Comments
 (0)