Fix documentation error in upcase
The documentation example shows an incorrect response when using the function, this PR corrects the example to agree with what the function actually does.
This commit is contained in:
parent
1282649b91
commit
939aceffad
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Converts a string or an array of strings to uppercase.
|
|||
|
||||
Will return:
|
||||
|
||||
ASDF
|
||||
ABCD
|
||||
EOS
|
||||
) do |arguments|
|
||||
|
||||
|
|
Loading…
Reference in a new issue