diff options
author | Richard Soderberg <rsoderberg@mozilla.com> | 2013-03-26 15:49:09 -0700 |
---|---|---|
committer | Richard Soderberg <rsoderberg@mozilla.com> | 2013-03-26 15:49:09 -0700 |
commit | a83318d3ee41683118a55a2b15769c97efbcf6d9 (patch) | |
tree | 4160cfa341248156e3f365e4b74491a78ceaf4d1 /lib/puppet/parser/functions | |
parent | 88a93ac6cdf38045e1cf29325a70e5e4143016b3 (diff) | |
download | puppet-stdlib-a83318d3ee41683118a55a2b15769c97efbcf6d9.tar.gz puppet-stdlib-a83318d3ee41683118a55a2b15769c97efbcf6d9.tar.bz2 |
prefix: fix doc typo Examles -> Examples
Diffstat (limited to 'lib/puppet/parser/functions')
-rw-r--r-- | lib/puppet/parser/functions/prefix.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/functions/prefix.rb b/lib/puppet/parser/functions/prefix.rb index 4593976..243cf18 100644 --- a/lib/puppet/parser/functions/prefix.rb +++ b/lib/puppet/parser/functions/prefix.rb @@ -6,7 +6,7 @@ module Puppet::Parser::Functions newfunction(:prefix, :type => :rvalue, :doc => <<-EOS This function applies a prefix to all elements in an array. -*Examles:* +*Examples:* prefix(['a','b','c'], 'p') |