Skip to content

Commit ef19ca3

Browse files
Ramesh7alexjfisher
andcommitted
Update lib/puppet/functions/stdlib/nested_values.rb
Co-authored-by: Alexander Fisher <alex@linfratech.co.uk>
1 parent bd3085c commit ef19ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/functions/stdlib/nested_values.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# #Output : ["value1", "value2.1", "value3"]
1414
Puppet::Functions.create_function(:'stdlib::nested_values') do
1515
# @param options A (nested) hash
16-
# @return [Data]
16+
# @return All the values found in the input hash included those deeply nested.
1717
dispatch :nested_values do
1818
param 'Hash', :options
1919
return_type 'Array'

0 commit comments

Comments
 (0)