Skip to content

Commit 7538015

Browse files
author
Tehmasp Chaudhri
committed
Fixed 'separator' typos
1 parent d60d872 commit 7538015

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
@@ -544,7 +544,7 @@ Returns true if the variable passed to this function is a string.
544544

545545
join
546546
----
547-
This function joins an array into a string using a seperator.
547+
This function joins an array into a string using a separator.
548548

549549
*Examples:*
550550

lib/puppet/parser/functions/join.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(:join, :type => :rvalue, :doc => <<-EOS
7-
This function joins an array into a string using a seperator.
7+
This function joins an array into a string using a separator.
88
99
*Examples:*
1010

0 commit comments

Comments
 (0)