summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppetlabs.com>2013-10-29 11:10:12 -0700
committerJosh Cooper <josh@puppetlabs.com>2013-10-29 11:10:12 -0700
commitd809a9ef417f64797bb04fd70bc6bc900c2534ee (patch)
tree2f3e35788fac8c6fc910efa3fbe0714274864830 /README.markdown
parentd60d872c1ab676298824dad863237fa390e1ddd6 (diff)
parent753801537f2e791d36cdded2e022878049a86119 (diff)
Merge remote-tracking branch 'tchaudhri/tchaudhri_join_func_doc_typo'
* tchaudhri/tchaudhri_join_func_doc_typo: Fixed 'separator' typos Closes GH-196
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 6ac1b8a..5635343 100644
--- a/README.markdown
+++ b/README.markdown
@@ -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:*