diff options
author | Hailee Kenney <hailee@puppetlabs.com> | 2013-05-20 09:17:11 -0700 |
---|---|---|
committer | Hailee Kenney <hailee@puppetlabs.com> | 2013-05-20 09:17:11 -0700 |
commit | 2cdbbafc06844afe7337717d9e29c720819d528c (patch) | |
tree | 024d664bbcb55586d81f8a52ece2e48155eb292e /README.markdown | |
parent | a2abfb9894e8b91eeeffea0faa5d6e55a0519667 (diff) | |
parent | ad9079e35b8749a75639fb853c48c4d97458bcc4 (diff) |
Merge pull request #157 from rohanrns/master
Trivial documentation fix for upcase function.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 8d07a82..8a53f31 100644 --- a/README.markdown +++ b/README.markdown @@ -934,7 +934,7 @@ Converts a string or an array of strings to uppercase. Will return: - ASDF + ABCD - *Type*: rvalue |