Skip to content

Commit 5bb3c8a

Browse files
author
Tod Beardsley
committed
Make merged module descriptions more grammar.
1 parent 1cbcc71 commit 5bb3c8a

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, ".\n\n", true)
11431143
end
11441144

11451145
#

0 commit comments

Comments
 (0)