summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/tidy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/type/tidy.rb')
-rwxr-xr-xlib/puppet/type/tidy.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/puppet/type/tidy.rb b/lib/puppet/type/tidy.rb
index 5eb23f2b8..d9469aee4 100755
--- a/lib/puppet/type/tidy.rb
+++ b/lib/puppet/type/tidy.rb
@@ -21,9 +21,9 @@ Puppet::Type.newtype(:tidy) do
newparam(:matches) do
desc "One or more (shell type) file glob patterns, which restrict
- the list of files to be tidied to those whose basenames match
- at least one of the patterns specified. Multiple patterns can
- be specified using an array.
+ the list of files to be tidied to those whose basenames match
+ at least one of the patterns specified. Multiple patterns can
+ be specified using an array.
Example::