Skip to content

Commit 159d197

Browse files
authored
Merge pull request #1140 from puppetlabs/binford2k-patch-1
(DOCS) correcting the function name in the docstring
2 parents 3777521 + 209b055 commit 159d197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/functions/mysql/deepmerge.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# @example
44
# $hash1 = {'one' => 1, 'two' => 2, 'three' => { 'four' => 4 } }
55
# $hash2 = {'two' => 'dos', 'three' => { 'five' => 5 } }
6-
# $merged_hash = mysql_deepmerge($hash1, $hash2)
6+
# $merged_hash = mysql::deepmerge($hash1, $hash2)
77
# # The resulting hash is equivalent to:
88
# # $merged_hash = { 'one' => 1, 'two' => 'dos', 'three' => { 'four' => 4, 'five' => 5 } }
99
#

0 commit comments

Comments
 (0)