From 005a3112c9225ba75b7d56c191d385d9d2d5c113 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Mon, 31 Aug 2015 12:24:53 +0200 Subject: [PATCH] (MAINT) Add a space between a parameter name type and its description Before this commit: packages (Array[String])- A list of packages to be installed With this commit: packages (Array[String]) - A list of packages to be installed --- .../puppetlabs/strings/yard/templates/default/html_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet_x/puppetlabs/strings/yard/templates/default/html_helper.rb b/lib/puppet_x/puppetlabs/strings/yard/templates/default/html_helper.rb index 3ff0804..2b4c8d6 100644 --- a/lib/puppet_x/puppetlabs/strings/yard/templates/default/html_helper.rb +++ b/lib/puppet_x/puppetlabs/strings/yard/templates/default/html_helper.rb @@ -74,7 +74,7 @@ class HTMLHelper end if param[:desc] - result << "-

#{param[:desc]}

" + result << " -

#{param[:desc]}

" end if !param[:exists?]