From 928036ac538dd32cd5af81bea90fac077a89d721 Mon Sep 17 00:00:00 2001 From: Mark Smith-Guerrero Date: Mon, 29 Apr 2013 09:19:07 -0400 Subject: (maint) Fix a small typo in hash() description --- lib/puppet/parser/functions/hash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet/parser') diff --git a/lib/puppet/parser/functions/hash.rb b/lib/puppet/parser/functions/hash.rb index 453ba1e..8cc4823 100644 --- a/lib/puppet/parser/functions/hash.rb +++ b/lib/puppet/parser/functions/hash.rb @@ -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:* -- cgit v1.2.3