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 fac3c9d commit 32099a1Copy full SHA for 32099a1
lib/puppet/functions/capitalize.rb
@@ -16,7 +16,7 @@
16
# @example Capitalizing a String
17
# ```puppet
18
# 'hello'.capitalize()
19
-# upcase('hello')
+# capitalize('hello')
20
# ```
21
# Would both result in `"Hello"`
22
#
0 commit comments