Skip to content

Commit 3363475

Browse files
committed
Fix backwards order of @param comment
1 parent 83708a5 commit 3363475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/file_dropper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def on_new_session(session)
3939
#
4040
# Record file as needing to be cleaned up
4141
#
42-
# @param files [Array<String>] List of paths on the target that should
42+
# @param [Array<String>] files List of paths on the target that should
4343
# be deleted during cleanup. Each filename should be either a full
4444
# path or relative to the current working directory of the session
4545
# (not necessarily the same as the cwd of the server we're

0 commit comments

Comments
 (0)