summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/chomp.rb
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2012-11-19 11:23:50 -0500
committerJeff McCune <jeff@puppetlabs.com>2012-11-19 11:23:50 -0500
commit326a13908ba8a725a85330d040e3c5cc0b211524 (patch)
tree7de72ae30323b32c529b9a1e34e27277ca1afe85 /lib/puppet/parser/functions/chomp.rb
parentf40bb1e28808f346ce44c9197549681165fe233f (diff)
parent88acc523931272deb57eafbb7021f8d32248d68e (diff)
downloadpuppet-stdlib-326a13908ba8a725a85330d040e3c5cc0b211524.tar.gz
puppet-stdlib-326a13908ba8a725a85330d040e3c5cc0b211524.tar.bz2
Merge branch 'jfryman-master'
* jfryman-master: puppet-lint cleanup
Diffstat (limited to 'lib/puppet/parser/functions/chomp.rb')
-rw-r--r--lib/puppet/parser/functions/chomp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/functions/chomp.rb b/lib/puppet/parser/functions/chomp.rb
index c99d139..4564a00 100644
--- a/lib/puppet/parser/functions/chomp.rb
+++ b/lib/puppet/parser/functions/chomp.rb
@@ -4,7 +4,7 @@
module Puppet::Parser::Functions
newfunction(:chomp, :type => :rvalue, :doc => <<-'EOS'
- Removes the record separator from the end of a string or an array of
+ Removes the record separator from the end of a string or an array of
strings, for example `hello\n` becomes `hello`.
Requires a single string or array as an input.
EOS