Merge remote-tracking branch 'tchaudhri/tchaudhri_join_func_doc_typo'
* tchaudhri/tchaudhri_join_func_doc_typo: Fixed 'separator' typos Closes GH-196
This commit is contained in:
commit
d809a9ef41
2 changed files with 2 additions and 2 deletions
|
@ -544,7 +544,7 @@ Returns true if the variable passed to this function is a string.
|
|||
|
||||
join
|
||||
----
|
||||
This function joins an array into a string using a seperator.
|
||||
This function joins an array into a string using a separator.
|
||||
|
||||
*Examples:*
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
module Puppet::Parser::Functions
|
||||
newfunction(:join, :type => :rvalue, :doc => <<-EOS
|
||||
This function joins an array into a string using a seperator.
|
||||
This function joins an array into a string using a separator.
|
||||
|
||||
*Examples:*
|
||||
|
||||
|
|
Loading…
Reference in a new issue