Skip to content

Commit 928036a

Browse files
msmithguJeff McCune
authored andcommitted
(maint) Fix a small typo in hash() description
1 parent bebecd3 commit 928036a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Example:
390390

391391
hash
392392
----
393-
This function converts and array into a hash.
393+
This function converts an array into a hash.
394394

395395
*Examples:*
396396

lib/puppet/parser/functions/hash.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module Puppet::Parser::Functions
66
newfunction(:hash, :type => :rvalue, :doc => <<-EOS
7-
This function converts and array into a hash.
7+
This function converts an array into a hash.
88
99
*Examples:*
1010

0 commit comments

Comments
 (0)