summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/parseyaml.rb
diff options
context:
space:
mode:
authorJames Fryman <james@frymanet.com>2012-11-09 11:08:24 -0600
committerJames Fryman <james@frymanet.com>2012-11-15 10:38:03 -0600
commit88acc523931272deb57eafbb7021f8d32248d68e (patch)
tree46103ab7b31f280bbbb8edd8a93e0529ed450229 /lib/puppet/parser/functions/parseyaml.rb
parent747dcc6fc7df12d4d64502b0d4a0e35c3d4f8ec7 (diff)
puppet-lint cleanup
Diffstat (limited to 'lib/puppet/parser/functions/parseyaml.rb')
-rw-r--r--lib/puppet/parser/functions/parseyaml.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/functions/parseyaml.rb b/lib/puppet/parser/functions/parseyaml.rb
index e8ac8a4..53d54fa 100644
--- a/lib/puppet/parser/functions/parseyaml.rb
+++ b/lib/puppet/parser/functions/parseyaml.rb
@@ -4,7 +4,7 @@
module Puppet::Parser::Functions
newfunction(:parseyaml, :type => :rvalue, :doc => <<-EOS
-This function accepts YAML as a string and converts it into the correct
+This function accepts YAML as a string and converts it into the correct
Puppet structure.
EOS
) do |arguments|