]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
(maint) Fix a small typo in hash() description
authorMark Smith-Guerrero <msmithgu@gmail.com>
Mon, 29 Apr 2013 13:19:07 +0000 (09:19 -0400)
committerJeff McCune <jeff@puppetlabs.com>
Tue, 30 Apr 2013 00:17:46 +0000 (17:17 -0700)
README.markdown
lib/puppet/parser/functions/hash.rb

index 0efaf16d2035b15975453dc2a51cca73700ddf95..640299f054e4d0f646bc74f5a074f3982959db06 100644 (file)
@@ -390,7 +390,7 @@ Example:
 
 hash
 ----
-This function converts and array into a hash.
+This function converts an array into a hash.
 
 *Examples:*
 
index 453ba1eab6656ea3323294dec27d7d1c9537417f..8cc4823be5a23b8b92f836b200022f87ff47838f 100644 (file)
@@ -4,7 +4,7 @@
 
 module Puppet::Parser::Functions
   newfunction(:hash, :type => :rvalue, :doc => <<-EOS
-This function converts and array into a hash.
+This function converts an array into a hash.
 
 *Examples:*