Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / lib / puppet / functions / sprintf_hash.rb
index 732673a..ddf82b5 100644 (file)
@@ -1,4 +1,5 @@
-# Uses sprintf with named references.
+# @summary
+#  Uses sprintf with named references.
 #
 # The first parameter is format string describing how the rest of the parameters in the hash
 # should be formatted. See the documentation for the `Kernel::sprintf` function in Ruby for