Skip to content

Commit b8ff04c

Browse files
authored
Merge pull request #8931 from aimurphy/main
(maint) trivial docs changes
2 parents fac3c9d + 75e3416 commit b8ff04c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/puppet/functions/capitalize.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# @example Capitalizing a String
1717
# ```puppet
1818
# 'hello'.capitalize()
19-
# upcase('hello')
19+
# capitalize('hello')
2020
# ```
2121
# Would both result in `"Hello"`
2222
#

lib/puppet/type/tidy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
@doc = "Remove unwanted files based on specific criteria. Multiple
88
criteria are OR'd together, so a file that is too large but is not
9-
old enough will still get tidied.
9+
old enough will still get tidied. Ignores managed resources.
1010
1111
If you don't specify either `age` or `size`, then all files will
1212
be removed.

0 commit comments

Comments
 (0)