Skip to content

Commit 238aecf

Browse files
committed
Integrated first round of feedback
1 parent 621130d commit 238aecf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/msf/core/module/full_name.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module ClassMethods
2121
#
2222

2323
def fullname
24-
type + '/' + (refname.nil? ? '' : refname)
24+
"#{type}/#{refname}"
2525
end
2626

2727
def shortname

lib/msf/core/module_manager/cache.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def load_cached_module(type, reference_name)
9999
end
100100

101101
# @overload refresh_cache_from_module_files
102-
# Rebuilds module metadat store and in-memory cache for all modules.
102+
# Rebuilds module metadata store and in-memory cache for all modules.
103103
#
104104
# @return [void]
105105
# @overload refresh_cache_from_module_files(module_class_or_instance)

0 commit comments

Comments
 (0)