We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4169fdf commit 217b9aeCopy full SHA for 217b9ae
lib/docs/filters/postgresql/entries.rb
@@ -56,7 +56,7 @@ def get_name
56
elsif PREPEND_TYPES.include?(type) || type.start_with?('Internals')
57
"#{type.remove('Internals: ')}: #{base_name}"
58
else
59
- REPLACE_NAMES[base_name] || base_name
+ REPLACE_NAMES[base_name] || base_name.strip
60
end
61
62
0 commit comments