We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60d872 commit 7538015Copy full SHA for 7538015
README.markdown
@@ -544,7 +544,7 @@ Returns true if the variable passed to this function is a string.
544
545
join
546
----
547
-This function joins an array into a string using a seperator.
+This function joins an array into a string using a separator.
548
549
*Examples:*
550
lib/puppet/parser/functions/join.rb
@@ -4,7 +4,7 @@
4
5
module Puppet::Parser::Functions
6
newfunction(:join, :type => :rvalue, :doc => <<-EOS
7
8
9
10
0 commit comments