Land #3510, grammar fix for module descriptions

bug/bundler_fix
William Vu 2014-07-10 14:00:30 -05:00
commit 74c1bfe615
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
1 changed files with 1 additions and 1 deletions

View File

@ -1139,7 +1139,7 @@ protected
# Merges the module description.
#
def merge_info_description(info, val)
merge_info_string(info, 'Description', val)
merge_info_string(info, 'Description', val, ". ", true)
end
#