Skip to content

Commit 74c1bfe

Browse files
committed
Land rapid7#3510, grammar fix for module descriptions
2 parents 1cbcc71 + 688c31c commit 74c1bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/module.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ def merge_info_name(info, val)
11391139
# Merges the module description.
11401140
#
11411141
def merge_info_description(info, val)
1142-
merge_info_string(info, 'Description', val)
1142+
merge_info_string(info, 'Description', val, ". ", true)
11431143
end
11441144

11451145
#

0 commit comments

Comments
 (0)