fix documentation

bug/bundler_fix
Christian Mehlmauer 2015-04-16 21:28:16 +02:00
parent b4b8ac0849
commit 69d3c26746
No known key found for this signature in database
GPG Key ID: BCFF4FA966BC32C7
1 changed files with 1 additions and 2 deletions

View File

@ -1276,7 +1276,7 @@ class Exploit < Msf::Module
##
#
# The reason why the exploit was not successful (one of Msf::Exploit::FailReason)
# The reason why the exploit was not successful (one of Msf::Module::Failure)
#
attr_accessor :fail_reason
@ -1393,4 +1393,3 @@ protected
end
end