Skip to content

Commit bf8e20d

Browse files
author
SimonePDA
authored
Update toUpperCase.adoc
Capitalized String as discussed with CMaglie. Fixes #6486
1 parent dfa04e4 commit bf8e20d

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)