Skip to content

Commit e8941d5

Browse files
authored
Merge pull request arduino#340 from arduino/SimonePDA-patch-24
Update toUpperCase.adoc
2 parents 8b81883 + bf8e20d commit e8941d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Variables/Data Types/String/Functions/toUpperCase.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subCategories: [ "StringObject Function" ]
1717

1818
[float]
1919
=== Description
20-
Get an upper-case version of a String. As of 1.0, toUpperCase() modifies the string in place rather than returning a new one.
20+
Get an upper-case version of a String. As of 1.0, toUpperCase() modifies the String in place rather than returning a new one.
2121
[%hardbreaks]
2222

2323

@@ -55,4 +55,4 @@ None
5555
[role="example"]
5656
* #EXAMPLE# link: https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
5757
--
58-
// SEE ALSO SECTION ENDS
58+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)